Searched refs:CreateVariableDeclarationWithIdentify (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 152 …ast->AddStatementAtPos(0, CreateVariableDeclarationWithIdentify(it.first, VariableParsingFlags::VA… in PushVariablesToNearestStatements() 158 … body->AsBlockStatement()->AddStatementAtPos(0, CreateVariableDeclarationWithIdentify(it.first, in PushVariablesToNearestStatements() 1073 …res.push_back(CreateVariableDeclarationWithIdentify(aliasName, VariableParsingFlags::VAR, nullptr,… in VisitClassDeclaration() 1077 … res.push_back(CreateVariableDeclarationWithIdentify(name, VariableParsingFlags::LET, node, false, in VisitClassDeclaration() 1322 … res.push_back(CreateVariableDeclarationWithIdentify(varName, VariableParsingFlags::LET, nullptr, in CreateVariableDeclarationForDecorators() 1331 … res.push_back(CreateVariableDeclarationWithIdentify(varName, VariableParsingFlags::LET, nullptr, in CreateVariableDeclarationForDecorators() 1341 … res.push_back(CreateVariableDeclarationWithIdentify(varName, VariableParsingFlags::LET, nullptr, in CreateVariableDeclarationForDecorators() 1350 … res.push_back(CreateVariableDeclarationWithIdentify(varName, VariableParsingFlags::LET, nullptr, in CreateVariableDeclarationForDecorators() 1359 … res.push_back(CreateVariableDeclarationWithIdentify(varName, VariableParsingFlags::LET, nullptr, in CreateVariableDeclarationForDecorators() 1483 … res.push_back(CreateVariableDeclarationWithIdentify(varName, VariableParsingFlags::LET, nullptr, in CreateMethodDecorators() [all …]
|
| D | transformer.h | 149 ir::VariableDeclaration *CreateVariableDeclarationWithIdentify(util::StringView name,
|