Searched defs:SourceLocation (Results 1 – 5 of 5) 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
37 struct SourceLocation { struct38 SourcePosition begin;39 SourcePosition end;41 std::string JsonSerialize() const in JsonSerialize()
24 message SourceLocation { message
60 explicit SourceLocation(size_t l, size_t c) noexcept : line(l), col(c) {} in SourceLocation() function