Searched refs:getVariableDeclarationTypeNode (Results 1 – 2 of 2) sorted by relevance
1123 const typeNode = this.tsUtils.getVariableDeclarationTypeNode(tsLhsExpr);1301 …const initalizerTypeNode = node.initializer && this.tsUtils.getVariableDeclarationTypeNode(node.in…1317 const initalizerTypeNode = this.tsUtils.getVariableDeclarationTypeNode(initializer);
1562 getVariableDeclarationTypeNode(node: ts.Node): ts.TypeNode | undefined { method in TsUtils1579 const typeNode = this.getVariableDeclarationTypeNode(node);