Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h382 void InstantiatedLocalPackArg(const Decl *D, ParmVarDecl *Inst);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1820 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm); in SubstParmVarDecl()
2968 void LocalInstantiationScope::InstantiatedLocalPackArg(const Decl *D, in InstantiatedLocalPackArg() function in LocalInstantiationScope
H A DSemaTemplateInstantiateDecl.cpp3549 Scope->InstantiatedLocalPackArg(OldParam, NewParam); in SubstFunctionType()
3653 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()