Searched refs:OldProtoLoc (Results 1 – 1 of 1) sorted by relevance
2093 if (FunctionProtoTypeLoc *OldProtoLoc in SubstFunctionType() local2099 for (unsigned OldIdx = 0, NumOldParams = OldProtoLoc->getNumArgs(); in SubstFunctionType()2101 ParmVarDecl *OldParam = OldProtoLoc->getArg(OldIdx); in SubstFunctionType()2133 if (FunctionProtoTypeLoc *OldProtoLoc in SubstFunctionType() local2135 for (unsigned i = 0, i_end = OldProtoLoc->getNumArgs(); i != i_end; ++i) { in SubstFunctionType()2136 ParmVarDecl *Parm = VisitParmVarDecl(OldProtoLoc->getArg(i)); in SubstFunctionType()