Home
last modified time | relevance | path

Searched refs:EnteredContext (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp53 void EnteredContext(DeclContext *Ctx) override { Visited.push_back(Ctx); } in EnteredContext() function in clang::clangd::__anon3ef0bb340111::VisitedContextCollector
/external/llvm-project/clang/include/clang/Sema/
DLookup.h794 virtual void EnteredContext(DeclContext *Ctx) {} in EnteredContext() function
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp3751 Consumer.EnteredContext(Ctx); in lookupInDeclContext()
DSemaCodeComplete.cpp1621 void EnteredContext(DeclContext *Ctx) override { in EnteredContext() function in __anon5739d2400211::CodeCompletionDeclConsumer