Searched refs:checkExactlyNumArgs (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 286 bool ParsedAttr::checkExactlyNumArgs(Sema &S, unsigned Num) const { in checkExactlyNumArgs() function in ParsedAttr
|
| H A D | SemaDeclAttr.cpp | 2598 if (!AL.checkExactlyNumArgs(S, 1)) in handleAvailabilityAttr() 5482 if (!AL.checkExactlyNumArgs(S, 1)) in handleTypeTagForDatatypeAttr() 6319 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncError() 6329 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncError() 6654 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftNewType() 6696 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncAttr() 6700 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncAttr() 7043 if (!AL.checkExactlyNumArgs(S, 1)) in handleMSP430InterruptAttr() 7131 if (!AL.checkExactlyNumArgs(S, 1)) in handleM68kInterruptAttr() 7234 if (!AL.checkExactlyNumArgs(S, 0)) in handleAVRInterruptAttr() [all …]
|
| H A D | SemaAttr.cpp | 1428 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 615 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;
|