Home
last modified time | relevance | path

Searched refs:getMaxArgs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp150 unsigned ParsedAttr::getMaxArgs() const { in getMaxArgs() function in ParsedAttr
H A DSemaAttr.cpp1436 if (A.getMinArgs() == A.getMaxArgs()) { in checkCommonAttributeFeatures()
1445 else if (!A.hasVariadicArg() && A.getMaxArgs() && in checkCommonAttributeFeatures()
1446 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h532 unsigned getMaxArgs() const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4757 if (Attr.getMaxArgs() && !NumArgs) { in ParseCXX11AttributeArgs()
4762 } else if (!Attr.getMaxArgs()) { in ParseCXX11AttributeArgs()
H A DParseDecl.cpp912 if (ExistingAttrs < Attrs.size() && Attrs.back().getMaxArgs() && !NumArgs) { in ParseMicrosoftDeclSpecArgs()