Home
last modified time | relevance | path

Searched defs:SourceRange (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.h48 SourceRange(SourcePosition s, SourcePosition e) noexcept : start(s), end(e) {} in SourceRange() function
/arkcompiler/ets_frontend/ets2panda/lexer/token/
DsourceLocation.h62 SourceRange(SourcePosition s, SourcePosition e) noexcept : start(s), end(e) {} in SourceRange() function
/arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/
Dformatting_context.h41 : lexer::SourceRange(startPos, endPos), kind_(nodeKind) in SourceRange() function
/arkcompiler/ets_frontend/ets2panda/util/
Ddiagnostic.h179 const lexer::SourceRange *SourceRange() const in SourceRange() function