Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9814 DeclContext *OrigContext= D->getDeclContext()->getEnclosingNamespaceContext(); in CheckExplicitInstantiationScope() local
9832 if (CurContext->Encloses(OrigContext)) in CheckExplicitInstantiationScope()
9835 if (CurContext->InEnclosingNamespaceSetOf(OrigContext)) in CheckExplicitInstantiationScope()
9839 if (NamespaceDecl *NS = dyn_cast<NamespaceDecl>(OrigContext)) { in CheckExplicitInstantiationScope()