Home
last modified time | relevance | path

Searched refs:OffsetEntry (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.h83 class OffsetEntry { class
85 explicit OffsetEntry(size_t l) : lineStart(l), offset_(l) {}; in OffsetEntry() function in ark::es2panda::lexer::OffsetEntry
87 DEFAULT_COPY_SEMANTIC(OffsetEntry);
88 DEFAULT_MOVE_SEMANTIC(OffsetEntry);
89 ~OffsetEntry() = default;
112 std::vector<OffsetEntry> entries_;
H A DsourceLocation.cpp23 void OffsetEntry::AddCol(size_t offset) in AddCol()
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.h81 class OffsetEntry { class
83 explicit OffsetEntry(size_t l) : lineStart(l), offset_(l) {}; in OffsetEntry() function in panda::es2panda::lexer::OffsetEntry
85 DEFAULT_COPY_SEMANTIC(OffsetEntry);
86 DEFAULT_MOVE_SEMANTIC(OffsetEntry);
87 ~OffsetEntry() = default;
109 std::vector<OffsetEntry> entrys_;
H A DsourceLocation.cpp24 void OffsetEntry::AddCol(size_t offset) in AddCol()

Completed in 2 milliseconds