Home
last modified time | relevance | path

Searched defs:startLine (Results 1 – 25 of 30) sorted by relevance

12

/third_party/typescript/src/services/formatting/
DformattingContext.ts61 … const startLine = this.sourceFile.getLineAndCharacterOfPosition(this.currentTokenSpan.pos).line; constant
86 …const startLine = this.sourceFile.getLineAndCharacterOfPosition(node.getStart(this.sourceFile)).li… constant
95 … const startLine = this.sourceFile.getLineAndCharacterOfPosition(openBrace.getEnd()).line; constant
Dformatting.ts419 …const startLine = sourceFile.getLineAndCharacterOfPosition(enclosingNode.getStart(sourceFile)).lin… constant
468 const startLine = sourceFile.getLineAndCharacterOfPosition(startPos).line; constant
1179 const startLine = sourceFile.getLineAndCharacterOfPosition(startPosition).line; constant
DsmartIndenter.ts676 const startLine = sourceFile.getLineAndCharacterOfPosition(rangeStart).line; constant
Drules.ts847 …const startLine = context.sourceFile.getLineAndCharacterOfPosition(context.currentTokenSpan.pos).l… constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2441 AST.prototype.emit = function (emitter, tokenId, startLine) { argument
2601 ASTList.prototype.emit = function (emitter, tokenId, startLine) { argument
2668 Identifier.prototype.emit = function (emitter, tokenId, startLine) { argument
2685 MissingIdentifier.prototype.emit = function (emitter, tokenId, startLine) { argument
2703 Label.prototype.emit = function (emitter, tokenId, startLine) { argument
2794 UnaryExpression.prototype.emit = function (emitter, tokenId, startLine) { argument
2889 CallExpression.prototype.emit = function (emitter, tokenId, startLine) { argument
2989 BinaryExpression.prototype.emit = function (emitter, tokenId, startLine) { argument
3069 ConditionalExpression.prototype.emit = function (emitter, tokenId, startLine) { argument
3099 NumberLiteral.prototype.emit = function (emitter, tokenId, startLine) { argument
[all …]
DparserRealSource5.js91 PrintContext.prototype.startLine = function () { method in PrintContext
Dparserharness.js1475 startLine:0, property
3347 startLine: 0, property
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource5.ts25 public startLine() { method in PrintContext
/third_party/parse5/packages/parse5/docs/source-code-location/
Dlocation.md63 ### startLine subsection
Dstart-tag-location.md73 ### startLine subsection
Delement-location.md84 ### startLine subsection
/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.js38 startLine: 1, property
/third_party/parse5/packages/parse5/lib/extensions/error-reporting/
Dmixin-base.js22 startLine: -1, 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/flutter/skia/modules/skparagraph/src/
DTextWrapper.cpp165 Cluster* startLine; in breakTextIntoLines() local
/third_party/cef/libcef/browser/
Dframe_host_impl.cc174 int startLine) { in ExecuteJavaScript()
455 int startLine) { in SendJavaScript()
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp302 Cluster* startLine; in breakTextIntoLines() local
/third_party/cef/libcef/renderer/
Dframe_impl.cc159 int startLine) { in ExecuteJavaScript()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h322 raw_ostream &startLine() { in startLine() function
/third_party/typescript/src/services/
DtextChanges.ts191 const startLine = getLineStartPositionForPosition(start, sourceFile); constant
Dutilities.ts2639 const startLine = sourceFile.getLineAndCharacterOfPosition(node.getEnd()).line; constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1790 int startLine = tokenizer.getLine(); in mergeField() local
/third_party/typescript/src/server/
Dprotocol.ts734 startLine: number; property
/third_party/typescript/lib/
Dprotocol.d.ts544 startLine: number; property
/third_party/sqlite/src/
Dshell.c15961 int startLine = p->nLine; in csv_read_one_field() local
19277 int startLine = sCtx.nLine; in do_meta_command() local

12