Searched defs:EnteredContext (Results 1 – 3 of 3) 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 | SemaCodeComplete.cpp | 1621 void EnteredContext(DeclContext *Ctx) override { in EnteredContext() function in __anon5739d2400211::CodeCompletionDeclConsumer |