Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5313 typedef Sema::CodeSynthesisContext ActiveInstType; in InitFunctionInstantiation() typedef
5314 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
5315 if (ActiveInst.Kind == ActiveInstType::ExplicitTemplateArgumentSubstitution || in InitFunctionInstantiation()
5316 ActiveInst.Kind == ActiveInstType::DeducedTemplateArgumentSubstitution) { in InitFunctionInstantiation()
5321 ActiveInst.Kind = ActiveInstType::TemplateInstantiation; in InitFunctionInstantiation()