Searched defs:SourcePairLocation (Results 1 – 1 of 1) 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()