Searched refs:checkExactlyNumArgs (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 232 bool ParsedAttr::checkExactlyNumArgs(Sema &S, unsigned Num) const { in checkExactlyNumArgs() function in ParsedAttr
|
| H A D | SemaDeclAttr.cpp | 2457 if (!AL.checkExactlyNumArgs(S, 1)) in handleAvailabilityAttr() 5165 if (!AL.checkExactlyNumArgs(S, 1)) in handleTypeTagForDatatypeAttr() 6001 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncError() 6011 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncError() 6337 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftNewType() 6379 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncAttr() 6383 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncAttr() 6605 if (!AL.checkExactlyNumArgs(S, 1)) in handleMSP430InterruptAttr() 6693 if (!AL.checkExactlyNumArgs(S, 1)) in handleM68kInterruptAttr() 6796 if (!AL.checkExactlyNumArgs(S, 0)) in handleAVRInterruptAttr() [all …]
|
| H A D | SemaAttr.cpp | 1245 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 590 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;
|