Searched defs:getAncestor (Results 1 – 4 of 4) sorted by relevance
297 …const ancestor = <CallExpression>getAncestor(isCallExpression(node) ? node.parent : node, SyntaxKi… constant332 … const ancestor = <ObjectLiteralExpression>getAncestor(node, SyntaxKind.ObjectLiteralExpression); constant
3358 export function getAncestor(node: Node | undefined, kind: SyntaxKind): Node | undefined { function
17742 function getAncestor(node, kind) { function
13958 function getAncestor(node, kind) { function