Searched refs:checkExactlyNumArgs (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaAVR.cpp | 30 if (!AL.checkExactlyNumArgs(SemaRef, 0)) in handleInterruptAttr() 43 if (!AL.checkExactlyNumArgs(SemaRef, 0)) in handleSignalAttr()
|
| HD | SemaSwift.cpp | 296 if (!AL.checkExactlyNumArgs(SemaRef, 2)) in handleAsyncError() 306 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleAsyncError() 631 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleNewType() 674 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleAsyncAttr() 678 if (!AL.checkExactlyNumArgs(SemaRef, 2)) in handleAsyncAttr()
|
| HD | SemaM68k.cpp | 24 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleInterruptAttr()
|
| HD | SemaMSP430.cpp | 47 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleInterruptAttr()
|
| HD | ParsedAttr.cpp | 298 bool ParsedAttr::checkExactlyNumArgs(Sema &S, unsigned Num) const { in checkExactlyNumArgs() function in ParsedAttr
|
| HD | SemaAttr.cpp | 1439 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
|
| HD | SemaDeclAttr.cpp | 1862 if (!Attrs.checkExactlyNumArgs(*this, 0)) { in CheckAttrNoArgs() 2252 if (!AL.checkExactlyNumArgs(S, 1)) in handleAvailabilityAttr() 4874 if (!Attrs.checkExactlyNumArgs(*this, ReqArgs)) { in CheckCallingConvAttr() 5041 if (!AL.checkExactlyNumArgs(*this, 1)) { in CheckRegparmAttr() 5209 if (!AL.checkExactlyNumArgs(S, 1)) in handleTypeTagForDatatypeAttr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | ParsedAttr.h | 516 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseOpenMP.cpp | 3644 if (!PA.checkExactlyNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()
|