Home
last modified time | relevance | path

Searched refs:createTextSpanFromNode (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/services/
DoutliningElementsCollector.ts206 … return createOutliningSpan(createTextSpanFromNode(n, sourceFile), OutliningSpanKind.Code);
266 … return createOutliningSpan(textSpan, OutliningSpanKind.Code, createTextSpanFromNode(node));
317 … return createOutliningSpan(textSpan, OutliningSpanKind.Code, createTextSpanFromNode(node));
329 …return createOutliningSpan(textSpan, OutliningSpanKind.Code, createTextSpanFromNode(hintSpanNode, …
DnavigateTo.ts130 textSpan: createTextSpanFromNode(declaration),
Dservices.ts1742 textSpan: createTextSpanFromNode(nodeForQuickInfo, sourceFile),
1755 textSpan: createTextSpanFromNode(nodeForQuickInfo, sourceFile),
1849 const textSpan = createTextSpanFromNode(node.tagName, sourceFile);
2047 …return match ? [createTextSpanFromNode(token, sourceFile), createTextSpanFromNode(match, sourceFil…
Dcompletions.ts465 … return location?.kind === SyntaxKind.Identifier ? createTextSpanFromNode(location) : undefined;
626 const replacementSpan = createTextSpanFromNode(jsxClosingElement.tagName);
736 replacementSpan = createTextSpanFromNode(isJsxInitializer, sourceFile);
1039 span = createTextSpanFromNode(contextToken);
1043 span = createTextSpanFromNode(contextToken.parent);
3145 …rangeContainsPositionExclusive(createTextRangeFromSpan(createTextSpanFromNode(contextToken)), posi…
4462 return createTextSpanFromNode(top, sourceFile);
DdocumentHighlights.ts25 textSpan: createTextSpanFromNode(node, sourceFile),
Dutilities.ts1809 return createTextSpanFromNode(contextToken);
1813 …export function createTextSpanFromNode(node: Node, sourceFile?: SourceFile, endNode?: Node): TextS… function
2366 textSpan: createTextSpanFromNode(target),
3231 const span: Partial<TextSpan> = createTextSpanFromNode(node);
3280 … return isExpression(node) && textSpansEqual(span, createTextSpanFromNode(node, sourceFile));
DgoToDefinition.ts434 textSpan = createTextSpanFromNode(name, sourceFile);
DsignatureHelp.ts339 …&& { contextualType, argumentIndex, argumentCount, argumentsSpan: createTextSpanFromNode(parent) };
DnavigationBar.ts902 …kind === SyntaxKind.SourceFile ? createTextSpanFromRange(node) : createTextSpanFromNode(node, curS…
/third_party/typescript/src/services/codefixes/
DconvertToTypeOnlyExport.ts72 createTextSpanFromNode(exportClause),
DaddMissingAsync.ts74 …on(node) || isFunctionDeclaration(node)) && textSpansEqual(span, createTextSpanFromNode(node, sour…