Home
last modified time | relevance | path

Searched refs:variableDeclaration (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp72 auto *variableDeclaration = CreateVariableDeclaration(checker, variableIdent, exprInit); in BreakLastStatement() local
79 return std::make_pair(variableDeclaration, returnStatement); in BreakLastStatement()
162 auto [variableDeclaration, returnStatement] = in InsertReturnStatement()
166 variableDeclaration->SetParent(evalMethodStatements); in InsertReturnStatement()
167 *lastStatementIter = variableDeclaration; in InsertReturnStatement()
186 newNodeInitializer(variableDeclaration); in InsertReturnStatement()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dhoisting.cpp22 #include <ir/statements/variableDeclaration.h>
H A Dlreference.cpp26 #include <ir/statements/variableDeclaration.h>
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclarator.cpp23 #include <ir/statements/variableDeclaration.h>
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp57 #include "ir/statements/variableDeclaration.h"
2042 auto *variableDeclaration = CreateVariableDeclarationWithIdentify(name, flag, node, isExport); in CreateVariableDeclarationForTSEnumOrTSModule() local
2046 auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(variableDeclaration, std::move(specifiers)); in CreateVariableDeclarationForTSEnumOrTSModule()
2052 return variableDeclaration; in CreateVariableDeclarationForTSEnumOrTSModule()
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp38 #include <ir/statements/variableDeclaration.h>
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp58 #include <ir/statements/variableDeclaration.h>
H A DstatementParser.cpp59 #include <ir/statements/variableDeclaration.h>

Completed in 19 milliseconds