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::__anon00c64f2d0111::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 __anon2f121f790211::CodeCompletionDeclConsumer |