Searched refs:getMaxArgs (Results 1 – 5 of 5) sorted by relevance
150 unsigned ParsedAttr::getMaxArgs() const { in getMaxArgs() function in ParsedAttr
1436 if (A.getMinArgs() == A.getMaxArgs()) { in checkCommonAttributeFeatures()1445 else if (!A.hasVariadicArg() && A.getMaxArgs() && in checkCommonAttributeFeatures()1446 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
532 unsigned getMaxArgs() const;
4757 if (Attr.getMaxArgs() && !NumArgs) { in ParseCXX11AttributeArgs()4762 } else if (!Attr.getMaxArgs()) { in ParseCXX11AttributeArgs()
912 if (ExistingAttrs < Attrs.size() && Attrs.back().getMaxArgs() && !NumArgs) { in ParseMicrosoftDeclSpecArgs()