Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5314 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation() local
5315 if (ActiveInst.Kind == ActiveInstType::ExplicitTemplateArgumentSubstitution || in InitFunctionInstantiation()
5316 ActiveInst.Kind == ActiveInstType::DeducedTemplateArgumentSubstitution) { in InitFunctionInstantiation()
5317 if (isa<FunctionTemplateDecl>(ActiveInst.Entity)) { in InitFunctionInstantiation()
5319 {ActiveInst.Entity->getCanonicalDecl(), ActiveInst.Kind}); in InitFunctionInstantiation()
5320 atTemplateEnd(SemaRef.TemplateInstCallbacks, SemaRef, ActiveInst); in InitFunctionInstantiation()
5321 ActiveInst.Kind = ActiveInstType::TemplateInstantiation; in InitFunctionInstantiation()
5322 ActiveInst.Entity = New; in InitFunctionInstantiation()
5323 atTemplateBegin(SemaRef.TemplateInstCallbacks, SemaRef, ActiveInst); in InitFunctionInstantiation()