Home
last modified time | relevance | path

Searched defs:findAncestor (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertImport.ts63 …const importDecl = considerPartialSpans ? findAncestor(token, isImportDeclaration) : getParentNode… constant
/third_party/typescript/src/compiler/
DutilitiesPublic.ts420 …export function findAncestor<T extends Node>(node: Node | undefined, callback: (element: Node) => … function
/third_party/typescript/lib/
Dtsc.js9667 function findAncestor(node, callback) { function
DtypingsInstaller.js12869 function findAncestor(node, callback) { function