Home
last modified time | relevance | path

Searched defs:ContextProvider (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/
H A DBackground.h147 std::function<Context(PathRef)> ContextProvider = nullptr; member
201 std::function<Context(PathRef)> ContextProvider; global() variable
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.h106 std::function<Context(llvm::StringRef)> ContextProvider; global() member
H A DClangdServer.h135 std::function<Context(PathRef)> ContextProvider; global() member
H A DTUScheduler.h238 std::function<Context(PathRef)> ContextProvider; member
H A DTUScheduler.cpp718 const std::function<Context(llvm::StringRef)> ContextProvider; global() member in clang::clangd::__anon880aeff60611::ASTWorker
[all...]
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp506 auto ContextProvider = ClangdServer::createConfiguredContextProvider( check() local