Home
last modified time | relevance | path

Searched refs:checkExactlyNumArgs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DParsedAttr.cpp232 bool ParsedAttr::checkExactlyNumArgs(Sema &S, unsigned Num) const { in checkExactlyNumArgs() function in ParsedAttr
H A DSemaDeclAttr.cpp2068 if (!Attrs.checkExactlyNumArgs(*this, 0)) { in CheckAttrNoArgs()
2449 if (!AL.checkExactlyNumArgs(S, 1)) in handleAvailabilityAttr()
4696 if (!Attrs.checkExactlyNumArgs(*this, ReqArgs)) { in CheckCallingConvAttr()
4924 if (!AL.checkExactlyNumArgs(*this, 1)) { in CheckRegparmAttr()
5060 if (!AL.checkExactlyNumArgs(S, 1)) in handleTypeTagForDatatypeAttr()
5893 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncError()
5903 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncError()
6229 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftNewType()
6271 if (!AL.checkExactlyNumArgs(S, 1)) in handleSwiftAsyncAttr()
6275 if (!AL.checkExactlyNumArgs(S, 2)) in handleSwiftAsyncAttr()
[all …]
H A DSemaAttr.cpp1245 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h590 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;