Searched defs:SourcePairLocation (Results 1 – 2 of 2) sorted by relevance
206 struct SourcePairLocation { struct207 std::string path; // NOLINT(misc-non-private-member-variables-in-classes)208 size_t line; // NOLINT(misc-non-private-member-variables-in-classes)210 bool operator==(const SourcePairLocation &other) const in operator ==()215 bool IsValid() const in IsValid()
212 struct SourcePairLocation { struct213 std::string path; // NOLINT(misc-non-private-member-variables-in-classes)214 size_t line; // NOLINT(misc-non-private-member-variables-in-classes)216 bool operator==(const SourcePairLocation &other) const in operator ==()221 bool IsValid() const in IsValid()