Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp286 bool ParsedAttr::checkExactlyNumArgs(Sema &S, unsigned Num) const { in checkExactlyNumArgs() function in ParsedAttr
H A DSemaDeclAttr.cpp2598 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 DSemaAttr.cpp1428 if (!A.checkExactlyNumArgs(S, A.getMinArgs())) in checkCommonAttributeFeatures()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h615 bool checkExactlyNumArgs(class Sema &S, unsigned Num) const;