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

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  474     auto It = llvm::lower_bound(Idx, SubstringAndIndex{Key, 0});
  480     size_t Prefix = matchingPrefix(Key, It->first);
  481     size_t PrevPrefix = matchingPrefix(Key, (It - 1)->first);