Searched refs:checkExactlyNumArgs (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAVR.cpp | 30 if (!AL.checkExactlyNumArgs(SemaRef, 0)) in handleInterruptAttr() 55 if (!AL.checkExactlyNumArgs(SemaRef, 0)) in handleSignalAttr()
|
| H A D | SemaSwift.cpp | 310 if (!AL.checkExactlyNumArgs(SemaRef, 2)) in handleAsyncError() 320 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleAsyncError() 645 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleNewType() 688 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleAsyncAttr() 692 if (!AL.checkExactlyNumArgs(SemaRef, 2)) in handleAsyncAttr()
|
| H A D | SemaM68k.cpp | 24 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleInterruptAttr()
|
| H A D | SemaMSP430.cpp | 47 if (!AL.checkExactlyNumArgs(SemaRef, 1)) in handleInterruptAttr()
|
| H A D | ParsedAttr.cpp | 288 bool ParsedAttr::checkExactlyNumArgs(Sema &S, unsigned Num) const { in checkExactlyNumArgs() function in ParsedAttr
|
| H A D | SemaAttr.cpp | 1555 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
|
| H A D | SemaDeclAttr.cpp | 2032 if (!Attrs.checkExactlyNumArgs(*this, 0)) { in CheckAttrNoArgs() 2425 if (!AL.checkExactlyNumArgs(S, 1)) in handleAvailabilityAttr() 5532 if (!Attrs.checkExactlyNumArgs(*this, ReqArgs)) { in CheckCallingConvAttr() 5736 if (!AL.checkExactlyNumArgs(*this, 1)) { in CheckRegparmAttr() 5908 if (!AL.checkExactlyNumArgs(S, 1)) in handleTypeTagForDatatypeAttr()
|
| H A D | SemaHLSL.cpp | 1703 if (!AL.checkExactlyNumArgs(SemaRef, AL.getMinArgs())) in handleResourceTypeAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 499 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3602 if (!PA.checkExactlyNumArgs(Actions, 2)) in ParseOpenMPOMPXAttributesClause()
|