Searched defs:consequent (Results 1 - 15 of 15) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | switchCaseStatement.h | 32 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement() argument
|
| H A D | ifStatement.cpp | 116 auto *const consequent = consequent_->Clone(allocator, nullptr)->AsStatement(); in Clone() local
|
| H A D | ifStatement.h | 37 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | conditionalExpression.cpp | 99 auto *const consequent = consequent_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
|
| H A D | conditionalExpression.h | 35 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | switchCaseStatementBuilder.h | 38 SwitchCaseStatementBuilder &SetConsequent(ArenaVector<Statement *> consequent) in SetConsequent() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | switchCaseStatement.h | 36 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement() argument
|
| H A D | ifStatement.h | 36 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | conditionalExpression.h | 34 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSAnalyzer.cpp | 1249 auto *consequent = expr->Consequent(); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TSparser.cpp | 2172 void TSParser::ThrowIfBodyEmptyError(ir::Statement *consequent) in ThrowIfBodyEmptyError() argument
|
| H A D | statementParser.cpp | 973 void ParserImpl::ThrowIfBodyEmptyError([[maybe_unused]] ir::Statement *consequent) {} in ThrowIfBodyEmptyError() argument 993 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE | StatementParsingFlags::ALLOW_LEXICAL); in ParseIfStatement() local 1113 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
|
| H A D | expressionParser.cpp | 578 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | expressionParser.cpp | 758 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
|
| H A D | statementParser.cpp | 1643 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE); in ParseIfStatement() local 1771 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
|
Completed in 27 milliseconds