Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.cpp61 struct UpdateIndexCallbacks : public ParsingCallbacks { struct
62 UpdateIndexCallbacks(FileIndex *FIndex, in UpdateIndexCallbacks() function
68 void onPreambleAST(PathRef Path, llvm::StringRef Version, in onPreambleAST()
81 void indexStdlib(const CompilerInvocation &CI, StdLibLocation Loc) { in indexStdlib()
110 void onFailedAST(PathRef Path, llvm::StringRef Version, in onFailedAST()
122 void onPreamblePublished(PathRef File) override { in onPreamblePublished()
128 FileIndex *FIndex;
129 ClangdServer::Callbacks *ServerCallbacks;
130 const ThreadsafeFS &TFS;
131 StdLibSet Stdlib;
[all …]