Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h258 DeclContextList CurContextChain; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4229 : Context(Context), CurContextChain(buildContextChain(CurContext)) { in NamespaceSpecifierSet()
4240 for (DeclContext *C : llvm::reverse(CurContextChain)) { in NamespaceSpecifierSet()
4290 for (DeclContext *C : llvm::reverse(CurContextChain)) { in addNameSpecifier()