Searched refs:checkExactlyNumArgs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 292 bool ParsedAttr::checkExactlyNumArgs(Sema &S, unsigned Num) const { in checkExactlyNumArgs() function in ParsedAttr
|
| H A D | SemaDeclAttr.cpp | 2627 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 D | SemaAttr.cpp | 1443 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 496 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3737 if (!PA.checkExactlyNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()
|