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

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  472     assert(!Idx.empty());
  474     auto It = llvm::lower_bound(Idx, SubstringAndIndex{Key, 0});
  475     if (It == Idx.begin())
  477     if (It == Idx.end())