Lines Matching full:filepath
25 const std::string &FilePath, const StringMap<Replacements> &Fix,
30 DiagMessage.FilePath = FilePath;
38 const std::string &FilePath) {
42 Range.FilePath = FilePath;
48 const std::string &FilePath,
53 makeMessage(Message, FileOffset, FilePath, Fix, Ranges), {},
64 " FilePath: 'path/to/source.cpp'\n"
67 " - FilePath: 'path/to/source.cpp'\n"
76 " FilePath: 'path/to/header.h'\n"
79 " - FilePath: 'path/to/header.h'\n"
84 " - FilePath: 'path/to/source.cpp'\n"
92 " FilePath: 'path/to/source2.cpp'\n"
97 " FilePath: 'path/to/note1.cpp'\n"
101 " FilePath: 'path/to/note2.cpp'\n"
109 " FilePath: 'path/to/source3.cpp'\n"
180 EXPECT_EQ("path/to/source.cpp", D1.Message.FilePath);
193 EXPECT_EQ("path/to/header.h", D2.Message.FilePath);
201 EXPECT_EQ("path/to/source.cpp", D2.Message.Ranges[0].FilePath);
209 EXPECT_EQ("path/to/source2.cpp", D3.Message.FilePath);
213 EXPECT_EQ("path/to/note1.cpp", D3.Notes[0].FilePath);
216 EXPECT_EQ("path/to/note2.cpp", D3.Notes[1].FilePath);