Searched defs:SourceRange (Results 1 – 4 of 4) sorted by relevance
48 SourceRange(SourcePosition s, SourcePosition e) noexcept : start(s), end(e) {} in SourceRange() function
62 SourceRange(SourcePosition s, SourcePosition e) noexcept : start(s), end(e) {} in SourceRange() function
41 : lexer::SourceRange(startPos, endPos), kind_(nodeKind) in SourceRange() function
179 const lexer::SourceRange *SourceRange() const in SourceRange() function