Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h458 void InstantiatedLocalPackArg(const Decl *D, VarDecl *Inst);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1028 SemaRef.CurrentInstantiationScope->InstantiatedLocalPackArg( in transformedLocalDecl()
2489 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm); in SubstParmVarDecl()
3689 void LocalInstantiationScope::InstantiatedLocalPackArg(const Decl *D, in InstantiatedLocalPackArg() function in LocalInstantiationScope
H A DSemaTemplateInstantiateDecl.cpp4369 Scope->InstantiatedLocalPackArg(OldParam, NewParam); in SubstFunctionType()
4472 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()