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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp218 static bool checkAttributeAtMostNumArgs(Sema &S, const ParsedAttr &AL, function
865 !checkAttributeAtMostNumArgs(S, AL, 2))
2511 assert(checkAttributeAtMostNumArgs(S, AL, 3) &&
4839 !checkAttributeAtMostNumArgs(S, AL, 2))
5852 if (!checkAttributeAtMostNumArgs(S, AL, 1))
6023 !checkAttributeAtMostNumArgs(S, AL, 2))
6285 checkAttributeAtMostNumArgs(S, AL, 1);
6406 !checkAttributeAtMostNumArgs(S, AL, AL.getMaxArgs()))

Completed in 70 milliseconds