Home
last modified time | relevance | path

Searched refs:getVariableDeclarationTypeNode (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts1440 export function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined { function
1457 const typeNode = getVariableDeclarationTypeNode(node);
DTypeScriptLinter.ts1045 const typeNode = Utils.getVariableDeclarationTypeNode(tsLhsExpr);
1097 …const initalizerTypeNode = node.initializer && Utils.getVariableDeclarationTypeNode(node.initializ…
1114 const initalizerTypeNode = Utils.getVariableDeclarationTypeNode(initializer);
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts1238 const typeNode = Utils.getVariableDeclarationTypeNode(tsLhsExpr);
1289 …const initalizerTypeNode = node.initializer && Utils.getVariableDeclarationTypeNode(node.initializ…
1306 const initalizerTypeNode = Utils.getVariableDeclarationTypeNode(initializer);
DUtils.ts1733 export function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined { function
1750 const typeNode = getVariableDeclarationTypeNode(node);
/third_party/typescript/lib/
Dtypescript.d.ts8770 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
9441 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
DtypescriptServices.d.ts8770 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
9441 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
Dtsserverlibrary.d.ts12716 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
13387 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts8770 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
9441 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
Dtsserverlibrary.d.ts12716 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;
13387 function getVariableDeclarationTypeNode(node: Node): TypeNode | undefined;