Searched refs:checkExactlyNumArgs (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 2210 if (!Attrs.checkExactlyNumArgs(*this, 0)) { in CheckAttrNoArgs() 2602 if (!AL.checkExactlyNumArgs(S, 1)) in handleAvailabilityAttr() 5219 if (!Attrs.checkExactlyNumArgs(*this, ReqArgs)) { in CheckCallingConvAttr() 5464 if (!AL.checkExactlyNumArgs(*this, 1)) { in CheckRegparmAttr() 5600 if (!AL.checkExactlyNumArgs(S, 1)) in handleTypeTagForDatatypeAttr() 6438 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncError() 6448 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncError() 6773 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftNewType() 6815 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncAttr() 6819 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncAttr() [all …]
|
| H A D | SemaAttr.cpp | 1425 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 615 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;
|