Searched defs:variableDeclaration (Results 1 – 7 of 7) sorted by relevance
65 static es2panda_AstNode *variableDeclaration = nullptr; variable
116 …const variableDeclaration = (sourceFile.statements[0] as VariableStatement).declarationList.declar… constant
73 auto *variableDeclaration = CreateVariableDeclaration(checker, variableIdent, exprInit); in BreakLastStatement() local
2011 …const variableDeclaration = ts.factory.createVariableDeclaration(enumName, undefined, jsValueType,… constant
6157 …for (const variableDeclaration of (parentNode as ts.VariableStatement).declarationList.declaration… constant8247 const variableDeclaration = this.findVariableDeclaration(node); constant8280 const variableDeclaration = this.findVariableDeclaration(node); constant8642 const variableDeclaration = ts.isIdentifier(elementAccessExpr.expression) ? constant
3628 const variableDeclaration = this.findVariableDeclaration(identifier); constant
2051 auto *variableDeclaration = CreateVariableDeclarationWithIdentify(name, flag, node, isExport); in CreateVariableDeclarationForTSEnumOrTSModule() local