Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgIndex

899   for (unsigned ArgIndex = 0; ArgIndex < Attr.getNumArgs(); ++ArgIndex) {
904 if (Attr.isArgIdent(ArgIndex)) {
905 IdentifierLoc *Ident = Attr.getArgAsIdent(ArgIndex);
909 if (!S.checkStringLiteralArgumentAttr(Attr, ArgIndex, StateString, &Loc))