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

References

tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.cpp
   54   auto It = LoadedShards.try_emplace(StartSourceFile);
   61   LS.AbsolutePath = StartSourceFile.str();
   64   auto Shard = Storage->loadShard(StartSourceFile);
   66     vlog("Failed to load shard: {0}", StartSourceFile);
   72     auto AbsPath = URI::resolve(It.getKey(), StartSourceFile);
   78     if (*AbsPath != StartSourceFile) {