Home
last modified time | relevance | path

Searched defs:endLine (Results 1 – 13 of 13) 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/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan_test.go155 func span(startLine, startColumn, endLine, endColumn int) cov.Span { argument
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts137 const { endLine, endCol, endOffset } = location; constant
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts23 endLine: number; 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/parse5/packages/parse5/lib/parser/
Dindex.ts248 endLine: beforeToken ? loc.startLine : loc.endLine, constant
472 const { endLine, endCol, endOffset } = token.location; 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