Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp9394 DeclContext *OrigContext= D->getDeclContext()->getEnclosingNamespaceContext(); in CheckExplicitInstantiationScope() local
9412 if (CurContext->Encloses(OrigContext)) in CheckExplicitInstantiationScope()
9415 if (CurContext->InEnclosingNamespaceSetOf(OrigContext)) in CheckExplicitInstantiationScope()
9419 if (NamespaceDecl *NS = dyn_cast<NamespaceDecl>(OrigContext)) { in CheckExplicitInstantiationScope()