Searched defs:getLineAndColumn (Results 1 – 7 of 7) sorted by relevance
112 function getLineAndColumn(file: ts.SourceFile, position: number): { line: number; column: number } { function
141 private getLineAndColumn(stmt: Stmt, operand: Value): WarnInfo { method in AppStorageGetCheck
146 export function getLineAndColumn(stmt: Stmt, operand: Value): WarnInfo { function
173 private getLineAndColumn(stmt: Stmt, operand: Value): WarnInfo { method in ModifyStateVarCheck
165 private getLineAndColumn(stmt: Stmt, operand: Value): WarnInfo { method in CustomBuilderCheck
362 private getLineAndColumn(stmt: ArkAssignStmt, operand: Value): WarnInfo { method in ThisBindCheck
975 private getLineAndColumn(stmt: Stmt, operand: Value): WarnInfo { method in InteropDeprecatedBuiltInAPICheck