Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4623 typedef Sema::CodeSynthesisContext ActiveInstType; in InitFunctionInstantiation() typedef
4624 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
4625 if (ActiveInst.Kind == ActiveInstType::ExplicitTemplateArgumentSubstitution || in InitFunctionInstantiation()
4626 ActiveInst.Kind == ActiveInstType::DeducedTemplateArgumentSubstitution) { in InitFunctionInstantiation()
4635 ActiveInst.Kind = ActiveInstType::TemplateInstantiation; in InitFunctionInstantiation()