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

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  323     Paths.reserve(OriginalPaths.size());
  329       Paths.emplace_back(Path, I);
  337     llvm::sort(Paths);
  342   bool empty() const { return Paths.empty(); }
  408       Award(1, indexLookup</*Prefix=*/true>(Prefix, Paths));
  437           S.PrefixLength = matchingPrefix(Filename, Paths[S.Index].first);
  448       S.PrefixLength = matchingPrefix(Filename, Paths[S.Index].first);
  454       return {longestMatch(Filename, Paths).second, 0};