Home
last modified time | relevance | path

Searched defs:currentNode (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DmoduleMemberWithoutTypeAnnotation1.ts3 public currentNode(): SyntaxNode { method in SyntaxCursor
/third_party/skia/m133/modules/svg/src/
DSkSVGPattern.cpp69 const SkSVGPattern *currentNode = this, in resolveHref() local
/third_party/skia/modules/svg/src/
DSkSVGPattern.cpp62 const SkSVGPattern *currentNode = this, in resolveHref() local
/third_party/parse5/packages/parse5/lib/serializer/
Dindex.ts133 for (const currentNode of childNodes) { constant
/third_party/typescript/tests/baselines/reference/
DmoduleMemberWithoutTypeAnnotation1.js57 SyntaxCursor.prototype.currentNode = function () { method in SyntaxCursor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h175 const DomTreeNodeT *currentNode = currentW->Node; in calculate() local
/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts213 const currentNode = getExpressionFromParenthesesOrExpression(nodes[i]); constant
/third_party/typescript/src/services/formatting/
DsmartIndenter.ts427 const currentNode = find(parent.arguments, arg => arg.pos === child.pos); constant
/third_party/typescript/src/server/
DscriptVersionCache.ts159 const currentNode = this.stack[this.stack.length - 1]; constant
/third_party/typescript/src/compiler/
DohApi.ts434 …const currentNode = (node as ExpressionStatement | CallExpression | PropertyAccessExpression | Ets… constant
Demitter.ts2392 …const currentNode = bundle ? i < numPrepends ? bundle.prepends[i] : bundle.sourceFiles[i - numPrep… constant
/third_party/typescript/lib/
DtypingsInstaller.js19325 syntaxCursor = { currentNode: currentNode2 }; property
20309 function currentNode(parsingContext2, pos) { function
Dlib.dom.d.ts14465 currentNode: Node; property
Dtsc.js26477 syntaxCursor = { currentNode: currentNode2 }; property
27461 function currentNode(parsingContext2, pos) { function
/third_party/typescript/tests/lib/
Dlib.d.ts14782 currentNode: Node; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts14445 currentNode: Node; property