Home
last modified time | relevance | path

Searched refs:checkAtLeastNumArgs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp291 bool ParsedAttr::checkAtLeastNumArgs(Sema &S, unsigned Num) const { in checkAtLeastNumArgs() function in ParsedAttr
H A DSemaDeclAttr.cpp727 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 DSemaAttr.cpp1432 if (A.getMinArgs() && !A.checkAtLeastNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h618 bool checkAtLeastNumArgs(class Sema &S, unsigned Num) const;