Searched refs:checkAttributeNumArgs (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp201 static bool checkAttributeNumArgs(Sema &S, const ParsedAttr &AL, unsigned Num) { function
2030 if (!checkAttributeNumArgs(*this, Attrs, 0)) {
2401 if (!checkAttributeNumArgs(S, AL, 1))
4521 if (!checkAttributeNumArgs(*this, Attrs, ReqArgs)) {
4749 if (!checkAttributeNumArgs(*this, AL, 1)) {
4886 if (!checkAttributeNumArgs(S, AL, 1))
5582 if (!checkAttributeNumArgs(S, AL, 1))
5738 if (!checkAttributeNumArgs(S, AL, 0))
5751 if (!checkAttributeNumArgs(S, AL, 0))
6398 if (!checkAttributeNumArgs(
[all...]

Completed in 84 milliseconds