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

References

tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
  330     std::string FilePath = Symbol.getFilePath().str();
tools/clang/tools/extra/clang-include-fixer/IncludeFixerContext.cpp
  100         {Symbol.getFilePath().str(),
tools/clang/tools/extra/clang-include-fixer/SymbolIndexManager.cpp
   54     double NewScore = similarityScore(FileName, Symbol.Symbol.getFilePath()) *
   56     double &S = Score[Symbol.Symbol.getFilePath()];
   63               auto AS = Score[A.Symbol.getFilePath()];
   64               auto BS = Score[B.Symbol.getFilePath()];
   67               return A.Symbol.getFilePath() < B.Symbol.getFilePath();
   67               return A.Symbol.getFilePath() < B.Symbol.getFilePath();
tools/clang/tools/extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
  362       std::string HeaderPath = Symbol.getFilePath().str();