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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9159 DeclContext *OrigContext= D->getDeclContext()->getEnclosingNamespaceContext(); local
9177 if (CurContext->Encloses(OrigContext))
9180 if (CurContext->InEnclosingNamespaceSetOf(OrigContext))
9184 if (NamespaceDecl *NS = dyn_cast<NamespaceDecl>(OrigContext)) {

Completed in 119 milliseconds