Searched defs:EnteredContext (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/unittests/Sema/ | ||
H A D | SemaNoloadLookupTest.cpp | 97 void EnteredContext(DeclContext *Ctx) override {} EnteredContext() function |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | IncludeFixer.cpp | 472 void EnteredContext(DeclContext *Ctx) override { in collectAccessibleScopes() function |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Lookup.h | 865 virtual void EnteredContext(DeclContext *Ctx) {} in EnteredContext() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 1751 void EnteredContext(DeclContext *Ctx) override { EnteredContext() function in __anonca10f8fc0311::CodeCompletionDeclConsumer |