Home
last modified time | relevance | path

Searched refs:OldProtoLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2093 if (FunctionProtoTypeLoc *OldProtoLoc in SubstFunctionType() local
2099 for (unsigned OldIdx = 0, NumOldParams = OldProtoLoc->getNumArgs(); in SubstFunctionType()
2101 ParmVarDecl *OldParam = OldProtoLoc->getArg(OldIdx); in SubstFunctionType()
2133 if (FunctionProtoTypeLoc *OldProtoLoc in SubstFunctionType() local
2135 for (unsigned i = 0, i_end = OldProtoLoc->getNumArgs(); i != i_end; ++i) { in SubstFunctionType()
2136 ParmVarDecl *Parm = VisitParmVarDecl(OldProtoLoc->getArg(i)); in SubstFunctionType()