Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp3030 if (FunctionProtoTypeLoc OldProtoLoc = OldTL.getAs<FunctionProtoTypeLoc>()) { in SubstFunctionType() local
3036 for (unsigned OldIdx = 0, NumOldParams = OldProtoLoc.getNumParams(); in SubstFunctionType()
3038 ParmVarDecl *OldParam = OldProtoLoc.getParam(OldIdx); in SubstFunctionType()
3067 cast<FunctionProtoType>(OldProtoLoc.getType()); in SubstFunctionType()
3068 for (unsigned i = 0, i_end = OldProtoLoc.getNumParams(); i != i_end; in SubstFunctionType()
3070 ParmVarDecl *OldParam = OldProtoLoc.getParam(i); in SubstFunctionType()