Searched refs:getMaxArgs (Results 1 – 5 of 5) sorted by relevance
140 unsigned ParsedAttr::getMaxArgs() const { in getMaxArgs() function in ParsedAttr
1552 if (A.getMinArgs() == A.getMaxArgs()) { in checkCommonAttributeFeatures()1561 else if (!A.hasVariadicArg() && A.getMaxArgs() && in checkCommonAttributeFeatures()1562 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
515 unsigned getMaxArgs() const;
4587 if (Attr.getMaxArgs() && !NumArgs) { in ParseCXX11AttributeArgs()4592 } else if (!Attr.getMaxArgs()) { in ParseCXX11AttributeArgs()
872 if (ExistingAttrs < Attrs.size() && Attrs.back().getMaxArgs() && !NumArgs) { in ParseMicrosoftDeclSpecArgs()