Searched refs:ActiveInst (Results 1 – 1 of 1) sorted by relevance
4752 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation() local4753 if (ActiveInst.Kind == ActiveInstType::ExplicitTemplateArgumentSubstitution || in InitFunctionInstantiation()4754 ActiveInst.Kind == ActiveInstType::DeducedTemplateArgumentSubstitution) { in InitFunctionInstantiation()4755 if (isa<FunctionTemplateDecl>(ActiveInst.Entity)) { in InitFunctionInstantiation()4757 {ActiveInst.Entity->getCanonicalDecl(), ActiveInst.Kind}); in InitFunctionInstantiation()4758 atTemplateEnd(SemaRef.TemplateInstCallbacks, SemaRef, ActiveInst); in InitFunctionInstantiation()4759 ActiveInst.Kind = ActiveInstType::TemplateInstantiation; in InitFunctionInstantiation()4760 ActiveInst.Entity = New; in InitFunctionInstantiation()4761 atTemplateBegin(SemaRef.TemplateInstCallbacks, SemaRef, ActiveInst); in InitFunctionInstantiation()