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

References

tools/clang/tools/extra/clangd/FileDistance.cpp
   80         if (Cache.find(Hash) != Cache.end())
   80         if (Cache.find(Hash) != Cache.end())
   84         auto R = Cache.try_emplace(Hash, Cost);
  105     auto ParentCost = Cache.lookup(Parent);
  109             Cache.try_emplace(Child, Unreachable).first->getSecond();
  131     auto It = Cache.find(Hash);
  132     if (It != Cache.end()) {
  143     Cache.try_emplace(Hash, Cost);