Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h424 void InstantiatedLocalPackArg(const Decl *D, VarDecl *Inst);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1012 SemaRef.CurrentInstantiationScope->InstantiatedLocalPackArg( in transformedLocalDecl()
2444 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm); in SubstParmVarDecl()
3643 void LocalInstantiationScope::InstantiatedLocalPackArg(const Decl *D, in InstantiatedLocalPackArg() function in LocalInstantiationScope
H A DSemaTemplateInstantiateDecl.cpp4308 Scope->InstantiatedLocalPackArg(OldParam, NewParam); in SubstFunctionType()
4411 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()