Searched refs:checkAttributeAtLeastNumArgs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 199 static bool checkAttributeAtLeastNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeAtLeastNumArgs() function 627 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in checkAcquireOrderAttrCommon() 713 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in checkTryLockFunAttrCommon() 768 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleLocksExcludedAttr() 892 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleCallableWhenAttr() 3875 if (!checkAttributeAtLeastNumArgs(S, Attr, 1) || in handleLaunchBoundsAttr() 4804 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleRequiresCapabilityAttr() 4840 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleNoSanitizeAttr() 4913 !checkAttributeAtLeastNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
|