Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h236 DeclContextList CurContextChain; variable
/external/clang/lib/Sema/
DSemaLookup.cpp4144 : Context(Context), CurContextChain(buildContextChain(CurContext)) { in NamespaceSpecifierSet()
4155 for (DeclContext *C : llvm::reverse(CurContextChain)) { in NamespaceSpecifierSet()
4205 for (DeclContext *C : llvm::reverse(CurContextChain)) { in addNameSpecifier()