Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4500 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation() local
4501 if (ActiveInst.Kind == ActiveInstType::ExplicitTemplateArgumentSubstitution || in InitFunctionInstantiation()
4502 ActiveInst.Kind == ActiveInstType::DeducedTemplateArgumentSubstitution) { in InitFunctionInstantiation()
4504 = dyn_cast<FunctionTemplateDecl>(ActiveInst.Entity)) { in InitFunctionInstantiation()
4509 {ActiveInst.Entity->getCanonicalDecl(), ActiveInst.Kind}); in InitFunctionInstantiation()
4510 atTemplateEnd(SemaRef.TemplateInstCallbacks, SemaRef, ActiveInst); in InitFunctionInstantiation()
4511 ActiveInst.Kind = ActiveInstType::TemplateInstantiation; in InitFunctionInstantiation()
4512 ActiveInst.Entity = New; in InitFunctionInstantiation()
4513 atTemplateBegin(SemaRef.TemplateInstCallbacks, SemaRef, ActiveInst); in InitFunctionInstantiation()