Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Djsx.ts261 const lineCol = getLineAndCharacterOfPosition(originalFile, location.pos); constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js122 var lineCol = { line: -1, col: -1 }; variable
2496 var lineCol = { line: -1, col: -1 }; variable
/third_party/typescript/src/harness/
DfourslashImpl.ts2561 const lineCol = this.getLineColStringAtPosition(this.currentCaretPosition); constant
2569 const lineCol = this.getLineColStringAtPosition(position); constant