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

References

tools/clang/include/clang/Tooling/DiagnosticsYaml.h
   32     Io.mapOptional("FilePath", M.FilePath);
tools/clang/lib/Tooling/Core/Diagnostic.cpp
   28   FilePath = Sources.getFilename(Loc);
   33   if (!FilePath.empty())
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  117     SourceLocation Loc = getLocation(Message.FilePath, Message.FileOffset);
  271     SourceLocation Loc = getLocation(Message.FilePath, Message.FileOffset);
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  706       std::tie(M1.FilePath, M1.FileOffset, LHS.DiagnosticName, M1.Message) <
  707       std::tie(M2.FilePath, M2.FileOffset, RHS.DiagnosticName, M2.Message);
tools/clang/unittests/Tooling/DiagnosticsYamlTest.cpp
   28   DiagMessage.FilePath = FilePath;
  138   EXPECT_EQ("path/to/source.cpp", D1.Message.FilePath);
  150   EXPECT_EQ("path/to/header.h", D2.Message.FilePath);
  162   EXPECT_EQ("path/to/source2.cpp", D3.Message.FilePath);
  166   EXPECT_EQ("path/to/note1.cpp", D3.Notes[0].FilePath);
  169   EXPECT_EQ("path/to/note2.cpp", D3.Notes[1].FilePath);