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, Decl *Inst);
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1701 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm); in SubstParmVarDecl()
2827 void LocalInstantiationScope::InstantiatedLocalPackArg(const Decl *D, in InstantiatedLocalPackArg() function in LocalInstantiationScope
DSemaTemplateInstantiateDecl.cpp3020 Scope->InstantiatedLocalPackArg(OldParam, NewParam); in SubstFunctionType()
3123 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()