Searched refs:checkAttributeAtLeastNumArgs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 203 static bool checkAttributeAtLeastNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeAtLeastNumArgs() function 650 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in checkAcquireOrderAttrCommon() 736 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in checkTryLockFunAttrCommon() 791 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleLocksExcludedAttr() 915 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleCallableWhenAttr() 4104 if (!checkAttributeAtLeastNumArgs(S, Attr, 1) || in handleLaunchBoundsAttr() 4706 } else if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleAbiTagAttr() 5163 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleRequiresCapabilityAttr() 5214 if (!checkAttributeAtLeastNumArgs(S, Attr, 1)) in handleNoSanitizeAttr() 5296 !checkAttributeAtLeastNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
|