Home
last modified time | relevance | path

Searched defs:OffsetEntry (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.h83 explicit OffsetEntry(size_t l) : lineStart(l), offset_(l) {}; in OffsetEntry() function
/arkcompiler/ets_frontend/ets2panda/lexer/token/
DsourceLocation.h110 explicit OffsetEntry(size_t l) : lineStart(l), offset_(l) {}; in OffsetEntry() function