Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DmoduleMemberWithoutTypeAnnotation1.ts3 public currentNode(): SyntaxNode { method in SyntaxCursor
/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.ts205 const currentNode = getExpressionFromParenthesesOrExpression(nodes[i]); constant
/third_party/typescript/src/services/formatting/
DsmartIndenter.ts414 const currentNode = find(parent.arguments, arg => arg.pos === child.pos); constant
/third_party/typescript/src/compiler/
DohApi.ts321 …const currentNode = (node as ExpressionStatement | CallExpression | PropertyAccessExpression | Ets… constant
Demitter.ts1885 …const currentNode = bundle ? i < numPrepends ? bundle.prepends[i] : bundle.sourceFiles[i - numPrep… constant
/third_party/typescript/src/server/
DscriptVersionCache.ts151 const currentNode = this.stack[this.stack.length - 1]; constant
/third_party/typescript/tests/lib/
Dlib.d.ts14782 currentNode: Node; property
/third_party/typescript/lib/
DtypingsInstaller.js32820 syntaxCursor = { currentNode: currentNode }; property
32903 function currentNode(position) { function
33957 function currentNode(parsingContext, pos) { function
Dtsc.js26577 syntaxCursor = { currentNode: currentNode }; property
26652 function currentNode(position) { function
27557 function currentNode(parsingContext, pos) { function
Dlib.dom.d.ts14465 currentNode: Node; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts14445 currentNode: Node; property