| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | switchCaseStatementBuilder.h | 38 SwitchCaseStatementBuilder &SetConsequent(ArenaVector<Statement *> consequent) in SetConsequent()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | switchCaseStatement.h | 36 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
|
| D | ifStatement.h | 36 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | switchCaseStatement.h | 33 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
|
| D | ifStatement.h | 37 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
|
| D | ifStatement.cpp | 108 auto *const consequent = consequent_->Clone(allocator, nullptr)->AsStatement(); in Clone() local
|
| D | switchCaseStatement.cpp | 150 ArenaVector<Statement *> consequent(allocator->Adapter()); in Clone() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | conditionalExpression.h | 34 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | conditionalExpression.h | 35 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
|
| D | conditionalExpression.cpp | 97 auto *const consequent = consequent_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/refactors/ |
| D | convert_chain.cpp | 30 auto consequent = node->AsConditionalExpression()->Consequent(); in FindETSNullType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | enumPostCheckLowering.cpp | 177 … const std::string &enumName, ir::Statement *consequent) in CreateEnumIfStatement() 233 auto consequent = CreateStatement("@@I1 = @@E2;", ident, callExpr); in CreateStatementForUnionConstituentType() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 1092 void ParserImpl::ReportIfBodyEmptyError([[maybe_unused]] ir::Statement *consequent) {} in ReportIfBodyEmptyError() 1104 …ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE | StatementParsingFlags:… in ParseIfStatement() local 1242 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
|
| D | expressionParser.cpp | 559 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpressionHelper() local 595 ir::Expression *consequent = ParseAssignmentExpressionHelper(); in ParseAssignmentExpression() local
|
| D | TSparser.cpp | 2194 void TSParser::ReportIfBodyEmptyError(ir::Statement *consequent) in ReportIfBodyEmptyError()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 1631 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE); in ParseIfStatement() local 1759 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
|
| D | expressionParser.cpp | 739 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 1627 auto *consequent = expr->Consequent(); in Check() local
|