Home
last modified time | relevance | path

Searched defs:endLine (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/src/services/formatting/
DformattingContext.ts62 … const endLine = this.sourceFile.getLineAndCharacterOfPosition(this.nextTokenSpan.pos).line; constant
87 const endLine = this.sourceFile.getLineAndCharacterOfPosition(node.getEnd()).line; constant
96 …const endLine = this.sourceFile.getLineAndCharacterOfPosition(closeBrace.getStart(this.sourceFile)… constant
Dformatting.ts1081 const endLine = sourceFile.getLineAndCharacterOfPosition(commentRange.end).line; constant
1180 const endLine = sourceFile.getLineAndCharacterOfPosition(originalRange.end).line; constant
DsmartIndenter.ts677 const endLine = sourceFile.getLineAndCharacterOfPosition(range.end).line; constant
Drules.ts848 const endLine = context.sourceFile.getLineAndCharacterOfPosition(nextTokenStart).line; constant
/third_party/parse5/packages/parse5/docs/source-code-location/
Dend-location.md34 ### endLine subsection
Dlocation.md36 ### endLine subsection
Dstart-tag-location.md46 ### endLine subsection
Delement-location.md48 ### endLine subsection
/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.js41 endLine: 1, property
/third_party/parse5/packages/parse5/lib/extensions/error-reporting/
Dmixin-base.js25 endLine: -1, property
/third_party/parse5/packages/parse5/lib/extensions/location-info/
Dparser-mixin.js214 … this.treeAdapter.updateNodeSourceCodeLocation(textNode, { endLine, endCol, endOffset }); property
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan_test.go155 func span(startLine, startColumn, endLine, endColumn int) cov.Span { argument
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRuleTester.ts90 readonly endLine?: number; property
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.js92 endLine, property
/third_party/typescript/src/services/
DjsDoc.ts296 const endLine = tokenStart === position ? newLine + indentationStr : ""; constant
Dutilities.ts2640 … const endLine = sourceFile.getLineAndCharacterOfPosition(nextToken.getStart(sourceFile)).line; constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h604 TSourceLoc endLine; variable
/third_party/typescript/lib/
Dprotocol.d.ts552 endLine: number; property
1468 endLine: number; property
/third_party/typescript/src/server/
Dprotocol.ts750 endLine: number; property
2000 endLine: number; property