Searched refs:getMaxArgs (Results 1 – 5 of 5) sorted by relevance
154 unsigned ParsedAttr::getMaxArgs() const { in getMaxArgs() function in ParsedAttr
1425 if (A.getMinArgs() == A.getMaxArgs()) { in checkCommonAttributeFeatures()1434 else if (!A.hasVariadicArg() && A.getMaxArgs() && in checkCommonAttributeFeatures()1435 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
631 unsigned getMaxArgs() const;
4329 if (Attr.getMaxArgs() && !NumArgs) { in ParseCXX11AttributeArgs()4334 } else if (!Attr.getMaxArgs()) { in ParseCXX11AttributeArgs()
730 if (ExistingAttrs < Attrs.size() && Attrs.back().getMaxArgs() && !NumArgs) { in ParseMicrosoftDeclSpecArgs()