Home
last modified time | relevance | path

Searched defs:currentNode (Results 1 – 22 of 22) 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/flutter/skia/experimental/svg/model/
DSkSVGPattern.cpp112 const SkSVGPattern *currentNode = this, in resolveHref() local
/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.ts188 const currentNode = getExpressionFromParenthesesOrExpression(nodes[i]); constant
/third_party/typescript/src/services/formatting/
DsmartIndenter.ts390 const currentNode = find(parent.arguments, arg => arg.pos === child.pos); constant
/third_party/typescript/src/server/
DscriptVersionCache.ts153 const currentNode = this.stack[this.stack.length - 1]; constant
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp235 TIntermTyped *currentNode = node; in GetStructSamplerNameFromTypedNode() local
/third_party/libxml2/
DHTMLparser.c4335 xmlChar *currentNode; in htmlParseContent() local
4482 xmlChar *currentNode = NULL; in htmlParseElement() local
4724 xmlChar *currentNode; in htmlParseContentInternal() local
/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.c4171 xmlChar *currentNode; in htmlParseContent() local
4329 xmlChar *currentNode = NULL; in htmlParseElement() local
4571 xmlChar *currentNode; in htmlParseContentInternal() local
/third_party/typescript/src/compiler/
Demitter.ts1773 …const currentNode = bundle ? i < numPrepends ? bundle.prepends[i] : bundle.sourceFiles[i - numPrep… constant
Dutilities.ts7482 …const currentNode = (<ExpressionStatement | CallExpression | PropertyAccessExpression | EtsCompone… constant
/third_party/typescript/tests/lib/
Dlib.d.ts14782 currentNode: Node; property
/third_party/typescript/lib/
Dtsc.js23491 syntaxCursor = { currentNode: currentNode }; property
23566 function currentNode(position) { function
24268 function currentNode(parsingContext) { function
DtypingsInstaller.js29108 syntaxCursor = { currentNode: currentNode }; property
29191 function currentNode(position) { function
30018 function currentNode(parsingContext) { function
Dlib.dom.d.ts16014 currentNode: Node; property
Dtypescript.js29313 syntaxCursor = { currentNode: currentNode }; property
29396 function currentNode(position) { function
30223 function currentNode(parsingContext) { function
DtypescriptServices.js29313 syntaxCursor = { currentNode: currentNode }; property
29396 function currentNode(position) { function
30223 function currentNode(parsingContext) { function
Dtsserverlibrary.js29313 syntaxCursor = { currentNode: currentNode }; property
29396 function currentNode(position) { function
30223 function currentNode(parsingContext) { function
Dtsserver.js29119 syntaxCursor = { currentNode: currentNode }; property
29202 function currentNode(position) { function
30029 function currentNode(parsingContext) { function
/third_party/typescript/src/lib/
Ddom.generated.d.ts15994 currentNode: Node; property