Home
last modified time | relevance | path

Searched refs:getIndentation (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts56 getIndentation(): number; method
537 …e === lastIndentedLine ? indentationOnLastIndentedLine : parentDynamicIndentation.getIndentation(),
552 return { indentation: parentDynamicIndentation.getIndentation(), delta };
555 …return { indentation: parentDynamicIndentation.getIndentation() + parentDynamicIndentation.getDelt…
619 getIndentation: () => indentation,
DsmartIndenter.ts24 …export function getIndentation(position: number, sourceFile: SourceFile, options: EditorSettings, … function
/third_party/typescript/src/harness/
DfourslashImpl.ts2552 …private getIndentation(fileName: string, position: number, indentStyle: ts.IndentStyle, baseIndent…
2560 …const actual = this.getIndentation(this.activeFile.fileName, this.currentCaretPosition, indentStyl…
2568 const actual = this.getIndentation(fileName, position, indentStyle, baseIndentSize);
/third_party/typescript/src/services/
DtextChanges.ts1103 …: formatting.SmartIndenter.getIndentation(pos, sourceFile, formatOptions, prefix === newLineCharac…
Dservices.ts2062 const result = formatting.SmartIndenter.getIndentation(position, sourceFile, settings);
/third_party/typescript/src/server/
Dsession.ts1925 private getIndentation(args: protocol.IndentationRequestArgs) {
3067 return this.requiredResponse(this.getIndentation(request.arguments));
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts11298 private getIndentation;
/third_party/typescript/lib/
Dtsserverlibrary.d.ts11298 private getIndentation;