Searched defs:variableDeclaration (Results 1 – 2 of 2) sorted by relevance
2672 …for (const variableDeclaration of (parentNode as ts.VariableStatement).declarationList.declaration… constant
2040 auto *variableDeclaration = CreateVariableDeclarationWithIdentify(name, flag, node, isExport); in CreateVariableDeclarationForTSEnumOrTSModule() local