Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4643 typedef Sema::CodeSynthesisContext ActiveInstType; in InitFunctionInstantiation() typedef
4644 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
4645 if (ActiveInst.Kind == ActiveInstType::ExplicitTemplateArgumentSubstitution || in InitFunctionInstantiation()
4646 ActiveInst.Kind == ActiveInstType::DeducedTemplateArgumentSubstitution) { in InitFunctionInstantiation()
4655 ActiveInst.Kind = ActiveInstType::TemplateInstantiation; in InitFunctionInstantiation()