Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp3225 typedef Sema::ActiveTemplateInstantiation ActiveInstType; in InitFunctionInstantiation() typedef
3226 ActiveInstType &ActiveInst = SemaRef.ActiveTemplateInstantiations.back(); in InitFunctionInstantiation()
3227 if (ActiveInst.Kind == ActiveInstType::ExplicitTemplateArgumentSubstitution || in InitFunctionInstantiation()
3228 ActiveInst.Kind == ActiveInstType::DeducedTemplateArgumentSubstitution) { in InitFunctionInstantiation()
3234 ActiveInst.Kind = ActiveInstType::TemplateInstantiation; in InitFunctionInstantiation()