aboutsummaryrefslogtreecommitdiffstats
path: root/overloaddata.h
diff options
context:
space:
mode:
Diffstat (limited to 'overloaddata.h')
-rw-r--r--overloaddata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/overloaddata.h b/overloaddata.h
index e77a10c0d..86c93cfef 100644
--- a/overloaddata.h
+++ b/overloaddata.h
@@ -54,6 +54,9 @@ public:
/// Returns true if any of the overloads for the current OverloadData has a varargs argument.
bool hasVarargs() const;
+ /// Returns true if any of the overloads for the current OverloadData allows threads when called.
+ bool hasAllowThread() const;
+
const AbstractMetaFunction* referenceFunction() const;
const AbstractMetaArgument* argument(const AbstractMetaFunction* func) const;
OverloadDataList overloadDataOnPosition(int argPos) const;