Home
last modified time | relevance | path

Searched defs:startLine (Results 1 – 25 of 29) 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/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan_test.go155 func span(startLine, startColumn, endLine, endColumn int) cov.Span { argument
/third_party/cef/libcef/browser/
Dframe_host_impl.cc151 int startLine) { in ExecuteJavaScript()
373 int startLine) { in SendJavaScript()
387 int startLine, const RenderFrameType& render_frame) { in SendJavaScript()
/third_party/flutter/skia/modules/skparagraph/src/
DTextWrapper.cpp165 Cluster* startLine; in breakTextIntoLines() local
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts17 startLine: number; property
/third_party/cef/libcef/renderer/
Dframe_impl.cc152 int startLine) { in ExecuteJavaScript()
642 int32_t startLine) { in SendJavaScript()
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp302 Cluster* startLine; in breakTextIntoLines() local
/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/parse5/packages/parse5/lib/parser/
Dindex.ts245 startLine: loc.startLine, constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1790 int startLine = tokenizer.getLine(); in mergeField() local
/third_party/libfuse/example/
Dcxxopts.hpp1454 auto startLine = current; in format_description() local
/third_party/typescript/lib/
Dprotocol.d.ts544 startLine: number; property
/third_party/typescript/src/server/
Dprotocol.ts734 startLine: number; property
/third_party/sqlite/src/
Dshell.c19937 int startLine = p->nLine; in csv_read_one_field() local
23022 int startLine = sCtx.nLine; in do_meta_command() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …5:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupSelectors=t.getDo… function
/third_party/node/tools/
Dlint-md.mjs10014 startLine, startLineStart, startPos) { argument

12