Searched refs:EnteredContext (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ | ||
D | IncludeFixer.cpp | 53 void EnteredContext(DeclContext *Ctx) override { Visited.push_back(Ctx); } in EnteredContext() function in clang::clangd::__anon3ef0bb340111::VisitedContextCollector |
/external/llvm-project/clang/include/clang/Sema/ | ||
D | Lookup.h | 794 virtual void EnteredContext(DeclContext *Ctx) {} in EnteredContext() function |
/external/llvm-project/clang/lib/Sema/ | ||
D | SemaLookup.cpp | 3751 Consumer.EnteredContext(Ctx); in lookupInDeclContext() |
D | SemaCodeComplete.cpp | 1621 void EnteredContext(DeclContext *Ctx) override { in EnteredContext() function in __anon5739d2400211::CodeCompletionDeclConsumer |