Home
last modified time | relevance | path

Searched refs:checkExactlyNumArgs (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp292 bool ParsedAttr::checkExactlyNumArgs(Sema &S, unsigned Num) const { in checkExactlyNumArgs() function in ParsedAttr
H A DSemaDeclAttr.cpp2627 if (!AL.checkExactlyNumArgs(S, 1)) in handleAvailabilityAttr()
5782 if (!AL.checkExactlyNumArgs(S, 1)) in handleTypeTagForDatatypeAttr()
6652 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncError()
6662 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncError()
6988 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftNewType()
7030 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncAttr()
7034 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncAttr()
7502 if (!AL.checkExactlyNumArgs(S, 1)) in handleMSP430InterruptAttr()
7590 if (!AL.checkExactlyNumArgs(S, 1)) in handleM68kInterruptAttr()
7694 if (!AL.checkExactlyNumArgs(S, 0)) in handleAVRInterruptAttr()
[all …]
H A DSemaAttr.cpp1443 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h496 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3737 if (!PA.checkExactlyNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()