Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkMethod.ts161 let lineCol: LineCol = 0; variable
596 const lineCol = this.getLineCol(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DPosition.ts81 private readonly lineCol: LineCol; property in LineColPosition