Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h335 void InstantiatedLocalPackArg(const Decl *D, ParmVarDecl *Inst);
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1692 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm); in SubstParmVarDecl()
2834 void LocalInstantiationScope::InstantiatedLocalPackArg(const Decl *D, in InstantiatedLocalPackArg() function in LocalInstantiationScope
DSemaTemplateInstantiateDecl.cpp3239 Scope->InstantiatedLocalPackArg(OldParam, NewParam); in SubstFunctionType()
3343 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()