Home | History | Annotate | Download | only in Sema

Lines Matching refs:getMaxArgs

4905   if (Attr.getMinArgs() == Attr.getMaxArgs()) {
4915 else if (!Attr.hasVariadicArg() && Attr.getMaxArgs() &&
4916 !checkAttributeAtMostNumArgs(S, Attr, Attr.getMaxArgs()))