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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h218 DeclContextList CurContextChain; member in class:clang::TypoCorrectionConsumer::NamespaceSpecifierSet
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4502 : Context(Context), CurContextChain(buildContextChain(CurContext)) {
4513 for (DeclContext *C : llvm::reverse(CurContextChain)) {
4563 for (DeclContext *C : llvm::reverse(CurContextChain)) {

Completed in 121 milliseconds