Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4741 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation() local
4742 if (ActiveInst.Kind == ActiveInstType::ExplicitTemplateArgumentSubstitution || in InitFunctionInstantiation()
4743 ActiveInst.Kind == ActiveInstType::DeducedTemplateArgumentSubstitution) { in InitFunctionInstantiation()
4744 if (isa<FunctionTemplateDecl>(ActiveInst.Entity)) { in InitFunctionInstantiation()
4746 {ActiveInst.Entity->getCanonicalDecl(), ActiveInst.Kind}); in InitFunctionInstantiation()
4747 atTemplateEnd(SemaRef.TemplateInstCallbacks, SemaRef, ActiveInst); in InitFunctionInstantiation()
4748 ActiveInst.Kind = ActiveInstType::TemplateInstantiation; in InitFunctionInstantiation()
4749 ActiveInst.Entity = New; in InitFunctionInstantiation()
4750 atTemplateBegin(SemaRef.TemplateInstCallbacks, SemaRef, ActiveInst); in InitFunctionInstantiation()