Searched refs:OldProtoLoc (Results 1 – 1 of 1) sorted by relevance
4473 if (FunctionProtoTypeLoc OldProtoLoc = OldTL.getAs<FunctionProtoTypeLoc>()) { in SubstFunctionType() local4479 for (unsigned OldIdx = 0, NumOldParams = OldProtoLoc.getNumParams(); in SubstFunctionType()4481 ParmVarDecl *OldParam = OldProtoLoc.getParam(OldIdx); in SubstFunctionType()4513 cast<FunctionProtoType>(OldProtoLoc.getType()); in SubstFunctionType()4514 for (unsigned i = 0, i_end = OldProtoLoc.getNumParams(); i != i_end; in SubstFunctionType()4516 ParmVarDecl *OldParam = OldProtoLoc.getParam(i); in SubstFunctionType()