Home
last modified time | relevance | path

Searched defs:textSpan (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/services/
DoutliningElementsCollector.ts265 const textSpan = createTextSpanFromBounds(node.body.getFullStart(), node.body.getEnd()); constant
270 …const textSpan = createTextSpanFromBounds(node.openingElement.getStart(sourceFile), node.closingEl… constant
277 …const textSpan = createTextSpanFromBounds(node.openingFragment.getStart(sourceFile), node.closingF… constant
316 const textSpan = createTextSpanFromBounds(node.getStart(), node.getEnd()); constant
328 …const textSpan = createTextSpanFromBounds(useFullStart ? openToken.getFullStart() : openToken.getS… constant
DsmartSelection.ts103 const textSpan = createTextSpanFromBounds(start, end); constant
Dtypes.ts683 textSpan: TextSpan; property
688 textSpan: TextSpan; property
897 textSpan: TextSpan; property
940 textSpan: TextSpan; property
952 textSpan: TextSpan; property
1079 textSpan: TextSpan; property
1141 textSpan: TextSpan; property
1186 textSpan: TextSpan; property
1333 textSpan: TextSpan; property
DgoToDefinition.ts310 const textSpan = createTextSpan(node.getStart(), node.getWidth()); constant
DfindAllReferences.ts33 readonly textSpan: TextSpan; property
368 const { sourceFile, textSpan, name, kind, displayParts, context } = info; constant
429 const textSpan = getTextSpan(entry.node, sourceFile); constant
Dservices.ts1849 const textSpan = createTextSpanFromNode(node.tagName, sourceFile); constant
Dutilities.ts2143 const { fileName, textSpan } = documentSpan; constant
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts813 textSpan?: FourSlash.TextSpan; property
820 textSpan?: FourSlash.TextSpan; property
935 …const textSpan = position === undefined ? undefined : { start: position, end: position + text.leng… constant
DfourslashImpl.ts1201 …for (const { textSpan } of refsByFile.find(refs => refs[0].fileName === fileName) ?? ts.emptyArray… constant
2437 const { textSpan, fileName } = duplicate; constant
/third_party/typescript/src/server/
Dsession.ts1309 const { textSpan } = unmappedDefinitionAndBoundSpan; constant
1600 … const { fileName, isWriteAccess, textSpan, isInString, contextSpan } = occurrence; constant
1788 …for (const { fileName, textSpan, contextSpan, originalContextSpan: _2, originalTextSpan: _, origin… constant
3472 const textSpan = toProtocolTextSpan(span, scriptInfo); constant
Dprotocol.ts369 textSpan: TextSpan; property
1024 textSpan: TextSpan; property
1643 textSpan: TextSpan; property
/third_party/typescript/lib/
Dprotocol.d.ts251 textSpan: TextSpan; property
746 textSpan: TextSpan; property
1201 textSpan: TextSpan; property
Dtypescript.d.ts6485 textSpan: TextSpan; property
6489 textSpan: TextSpan; property
6667 textSpan: TextSpan; property
6703 textSpan: TextSpan; property
6714 textSpan: TextSpan; property
6796 textSpan: TextSpan; property
6850 textSpan: TextSpan; property
6890 textSpan: TextSpan; property
7023 textSpan: TextSpan; property
DtypescriptServices.d.ts6485 textSpan: TextSpan; property
6489 textSpan: TextSpan; property
6667 textSpan: TextSpan; property
6703 textSpan: TextSpan; property
6714 textSpan: TextSpan; property
6796 textSpan: TextSpan; property
6850 textSpan: TextSpan; property
6890 textSpan: TextSpan; property
7023 textSpan: TextSpan; property
Dtsserverlibrary.d.ts6485 textSpan: TextSpan; property
6489 textSpan: TextSpan; property
6667 textSpan: TextSpan; property
6703 textSpan: TextSpan; property
6714 textSpan: TextSpan; property
6796 textSpan: TextSpan; property
6850 textSpan: TextSpan; property
6890 textSpan: TextSpan; property
7023 textSpan: TextSpan; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6485 textSpan: TextSpan; property
6489 textSpan: TextSpan; property
6667 textSpan: TextSpan; property
6703 textSpan: TextSpan; property
6714 textSpan: TextSpan; property
6796 textSpan: TextSpan; property
6850 textSpan: TextSpan; property
6890 textSpan: TextSpan; property
7023 textSpan: TextSpan; property
Dtsserverlibrary.d.ts6485 textSpan: TextSpan; property
6489 textSpan: TextSpan; property
6667 textSpan: TextSpan; property
6703 textSpan: TextSpan; property
6714 textSpan: TextSpan; property
6796 textSpan: TextSpan; property
6850 textSpan: TextSpan; property
6890 textSpan: TextSpan; property
7023 textSpan: TextSpan; property