Searched defs:SourceLocation (Results 1 – 10 of 10) sorted by relevance
27 struct SourceLocation { struct31 bool operator==(const SourceLocation &other) const argument50 std::pair<EntityId, uint32_t> GetBreakpointAddress(const SourceLocation &sourceLocation); argument
25 struct SourceLocation { struct30 bool operator==(const SourceLocation &other) const 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()
34 class SourceLocation; variable76 …explicit SourceLocation(size_t l, size_t c, const parser::Program *prog) noexcept : line(l), col(c… in SourceLocation() function
24 message SourceLocation { message
60 explicit SourceLocation(size_t l, size_t c) noexcept : line(l), col(c) {} in SourceLocation() function
131 class SourceLocation: class
238 def _render_source_location(self, loc: SourceLocation):
38 class SourceLocation; variable