Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h223 DeclContextList CurContextChain; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4508 : Context(Context), CurContextChain(buildContextChain(CurContext)) { in NamespaceSpecifierSet()
4519 for (DeclContext *C : llvm::reverse(CurContextChain)) { in NamespaceSpecifierSet()
4569 for (DeclContext *C : llvm::reverse(CurContextChain)) { in addNameSpecifier()