Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgIndex

681   unsigned ArgIndex = 0;
684 e = FT->arg_type_end(); i != e; ++i, ++ArgIndex) {
685 const ParmVarDecl *PD = FD->getParamDecl(ArgIndex);
690 ArgIndex+1, PD->getSourceRange(),