Searched refs:getMaxArgs (Results 1 – 5 of 5) sorted by relevance
150 unsigned ParsedAttr::getMaxArgs() const { in getMaxArgs() function in ParsedAttr
1242 if (A.getMinArgs() == A.getMaxArgs()) { in checkCommonAttributeFeatures()1251 else if (!A.hasVariadicArg() && A.getMaxArgs() && in checkCommonAttributeFeatures()1252 !A.checkAtMostNumArgs(S, A.getMaxArgs())) in checkCommonAttributeFeatures()
604 unsigned getMaxArgs() const;
4137 if (Attr.getMaxArgs() && !NumArgs) { in ParseCXX11AttributeArgs()4142 } else if (!Attr.getMaxArgs()) { in ParseCXX11AttributeArgs()
685 if (!Attrs.empty() && Attrs.begin()->getMaxArgs() && !NumArgs) { in ParseMicrosoftDeclSpecArgs()