Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5022 if (FunctionProtoTypeLoc OldProtoLoc = OldTL.getAs<FunctionProtoTypeLoc>()) { in SubstFunctionType() local
5028 for (unsigned OldIdx = 0, NumOldParams = OldProtoLoc.getNumParams(); in SubstFunctionType()
5030 ParmVarDecl *OldParam = OldProtoLoc.getParam(OldIdx); in SubstFunctionType()
5062 cast<FunctionProtoType>(OldProtoLoc.getType()); in SubstFunctionType()
5063 for (unsigned i = 0, i_end = OldProtoLoc.getNumParams(); i != i_end; in SubstFunctionType()
5065 ParmVarDecl *OldParam = OldProtoLoc.getParam(i); in SubstFunctionType()