Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp154 unsigned ParsedAttr::getMaxArgs() const { in getMaxArgs() function in ParsedAttr
H A DSemaAttr.cpp1425 if (A.getMinArgs() == A.getMaxArgs()) { in checkCommonAttributeFeatures()
1434 else if (!A.hasVariadicArg() && A.getMaxArgs() && in checkCommonAttributeFeatures()
1435 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h631 unsigned getMaxArgs() const;
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp4329 if (Attr.getMaxArgs() && !NumArgs) { in ParseCXX11AttributeArgs()
4334 } else if (!Attr.getMaxArgs()) { in ParseCXX11AttributeArgs()
H A DParseDecl.cpp730 if (ExistingAttrs < Attrs.size() && Attrs.back().getMaxArgs() && !NumArgs) { in ParseMicrosoftDeclSpecArgs()