/third_party/typescript/src/services/formatting/ |
D | formattingContext.ts | 62 … 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
|
D | formatting.ts | 1081 const endLine = sourceFile.getLineAndCharacterOfPosition(commentRange.end).line; constant 1180 const endLine = sourceFile.getLineAndCharacterOfPosition(originalRange.end).line; constant
|
D | smartIndenter.ts | 677 const endLine = sourceFile.getLineAndCharacterOfPosition(range.end).line; constant
|
D | rules.ts | 848 const endLine = context.sourceFile.getLineAndCharacterOfPosition(nextTokenStart).line; constant
|
/third_party/parse5/packages/parse5/docs/source-code-location/ |
D | end-location.md | 34 ### endLine subsection
|
D | location.md | 36 ### endLine subsection
|
D | start-tag-location.md | 46 ### endLine subsection
|
D | element-location.md | 48 ### endLine subsection
|
/third_party/parse5/packages/parse5-sax-parser/test/ |
D | location-info.test.js | 41 endLine: 1, property
|
/third_party/parse5/packages/parse5/lib/extensions/error-reporting/ |
D | mixin-base.js | 25 endLine: -1, property
|
/third_party/parse5/packages/parse5/lib/extensions/location-info/ |
D | parser-mixin.js | 214 … this.treeAdapter.updateNodeSourceCodeLocation(textNode, { endLine, endCol, endOffset }); property
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | span_test.go | 155 func span(startLine, startColumn, endLine, endColumn int) cov.Span { argument
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/ |
D | RuleTester.ts | 90 readonly endLine?: number; property
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | index.js | 92 endLine, property
|
/third_party/typescript/src/services/ |
D | jsDoc.ts | 296 const endLine = tokenStart === position ? newLine + indentationStr : ""; constant
|
D | utilities.ts | 2640 … const endLine = sourceFile.getLineAndCharacterOfPosition(nextToken.getStart(sourceFile)).line; constant
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | intermediate.h | 604 TSourceLoc endLine; variable
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 552 endLine: number; property 1468 endLine: number; property
|
/third_party/typescript/src/server/ |
D | protocol.ts | 750 endLine: number; property 2000 endLine: number; property
|