Home
last modified time | relevance | path

Searched refs:lineStart (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.h85 explicit OffsetEntry(size_t l) : lineStart(l), offset_(l) {}; in OffsetEntry()
95 size_t lineStart {};
H A DsourceLocation.cpp88 size_t diff = pos.index - entry.lineStart;
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.h83 explicit OffsetEntry(size_t l) : lineStart(l), offset_(l) {}; in OffsetEntry()
92 size_t lineStart {};
H A DsourceLocation.cpp88 size_t diff = pos.index - entry.lineStart;
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h62 auto lineStart = id.find(':'); in ParseBreakpointId() local
63 if (lineStart == std::string::npos) { in ParseBreakpointId()
66 auto columnStart = id.find(':', lineStart + 1); in ParseBreakpointId()
74 std::string lineStr = id.substr(lineStart + 1, columnStart - lineStart - 1); in ParseBreakpointId()

Completed in 9 milliseconds