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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp7173 DeclContext *OrigContext= D->getDeclContext()->getEnclosingNamespaceContext(); local
7191 if (CurContext->Encloses(OrigContext))
7194 if (CurContext->InEnclosingNamespaceSetOf(OrigContext))
7198 if (NamespaceDecl *NS = dyn_cast<NamespaceDecl>(OrigContext)) {

Completed in 94 milliseconds