Searched defs:UpdateIndexCallbacks (Results 1 – 1 of 1) sorted by relevance
61 struct UpdateIndexCallbacks : public ParsingCallbacks { struct62 UpdateIndexCallbacks(FileIndex *FIndex, in UpdateIndexCallbacks() function68 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 …]