Home
last modified time | relevance | path

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

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