reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1342 void ClangdLSPServer::onFileUpdated(PathRef File, const TUStatus &Status) {
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp
  708     void onFileUpdated(PathRef File, const TUStatus &Status) override {

References

tools/clang/tools/extra/clangd/ClangdServer.cpp
   93     DiagConsumer.onFileUpdated(File, Status);