Searched defs:SourceLocation (Results 1 – 7 of 7) sorted by relevance
25 struct SourceLocation { struct30 bool operator==(const SourceLocation &other) const argument
27 struct SourceLocation { struct31 bool operator==(const SourceLocation &other) const argument50 std::pair<EntityId, uint32_t> GetBreakpointAddress(const SourceLocation &sourceLocation); argument
38 struct SourceLocation { struct39 SourcePosition begin;40 SourcePosition end;42 std::string JsonSerialize() const in JsonSerialize()
37 struct SourceLocation { struct38 SourcePosition begin;39 SourcePosition end;41 std::string JsonSerialize() const in JsonSerialize()
24 message SourceLocation { message
58 explicit SourceLocation(size_t l, size_t c) noexcept : line(l), col(c) {} in SourceLocation() function
60 explicit SourceLocation(size_t l, size_t c) noexcept : line(l), col(c) {} in SourceLocation() function