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

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  437           S.PrefixLength = matchingPrefix(Filename, Paths[S.Index].first);
  438           if (S.PrefixLength < Best.PrefixLength)
  438           if (S.PrefixLength < Best.PrefixLength)
  441           if (S.PrefixLength == Best.PrefixLength)
  441           if (S.PrefixLength == Best.PrefixLength)
  448       S.PrefixLength = matchingPrefix(Filename, Paths[S.Index].first);