Searched refs:checkAtLeastNumArgs (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 291 bool ParsedAttr::checkAtLeastNumArgs(Sema &S, unsigned Num) const { in checkAtLeastNumArgs() function in ParsedAttr
|
| H A D | SemaDeclAttr.cpp | 727 if (!AL.checkAtLeastNumArgs(S, 1)) in checkAcquireOrderAttrCommon() 823 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 2)) in handleAllocSizeAttr() 861 if (!AL.checkAtLeastNumArgs(S, 1)) in checkTryLockFunAttrCommon() 908 if (!AL.checkAtLeastNumArgs(S, 1)) in handleLocksExcludedAttr() 1236 if (!AL.checkAtLeastNumArgs(S, 1)) in handleCallableWhenAttr() 2087 if (!AL.checkAtLeastNumArgs(S, 1)) in handleCPUSpecificAttr() 2832 if (!AL.checkAtLeastNumArgs(S, 1) || !AL.checkAtMostNumArgs(S, 3)) in handleExternalSourceSymbolAttr() 4993 if (!AL.checkAtLeastNumArgs(S, 1)) in handleSuppressAttr() 6985 } else if (!AL.checkAtLeastNumArgs(S, 1)) in handleAbiTagAttr() 7798 if (!AL.checkAtLeastNumArgs(S, 1)) in handleRequiresCapabilityAttr() [all …]
|
| H A D | SemaAttr.cpp | 1432 if (A.getMinArgs() && !A.checkAtLeastNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 618 bool checkAtLeastNumArgs(class Sema &S, unsigned Num) const;
|