Searched refs:InstantiatedLocalPackArg (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Template.h | 335 void InstantiatedLocalPackArg(const Decl *D, ParmVarDecl *Inst);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Template.h | 424 void InstantiatedLocalPackArg(const Decl *D, VarDecl *Inst);
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1011 SemaRef.CurrentInstantiationScope->InstantiatedLocalPackArg( in transformedLocalDecl() 2442 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm); in SubstParmVarDecl() 3635 void LocalInstantiationScope::InstantiatedLocalPackArg(const Decl *D, in InstantiatedLocalPackArg() function in LocalInstantiationScope
|
D | SemaTemplateInstantiateDecl.cpp | 4180 Scope->InstantiatedLocalPackArg(OldParam, NewParam); in SubstFunctionType() 4283 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1692 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm); in SubstParmVarDecl() 2834 void LocalInstantiationScope::InstantiatedLocalPackArg(const Decl *D, in InstantiatedLocalPackArg() function in LocalInstantiationScope
|
D | SemaTemplateInstantiateDecl.cpp | 3239 Scope->InstantiatedLocalPackArg(OldParam, NewParam); in SubstFunctionType() 3343 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()
|