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

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  430       S.Points = Candidate.second;
  434         if (S.Points < Best.Points)
  434         if (S.Points < Best.Points)
  436         if (S.Points == Best.Points) {
  436         if (S.Points == Best.Points) {
  455     return {Best.Index, Best.Points};