Home
last modified time | relevance | path

Searched defs:consequent (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchCaseStatement.h36 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
DifStatement.h36 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchCaseStatement.h32 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
DifStatement.h37 explicit IfStatement(Expression *test, Statement *consequent, Statement *alternate) in IfStatement()
DifStatement.cpp116 auto *const consequent = consequent_->Clone(allocator, nullptr)->AsStatement(); in Clone() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DswitchCaseStatementBuilder.h44 SwitchCaseStatementBuilder &SetConsequent(ArenaVector<Statement *> consequent) in SetConsequent()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.h34 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DconditionalExpression.h35 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression()
DconditionalExpression.cpp99 auto *const consequent = consequent_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp968 void ParserImpl::ThrowIfBodyEmptyError([[maybe_unused]] ir::Statement *consequent) {} in ThrowIfBodyEmptyError()
988 …ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE | StatementParsingFlags:… in ParseIfStatement() local
1108 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
DTSparser.cpp2172 void TSParser::ThrowIfBodyEmptyError(ir::Statement *consequent) in ThrowIfBodyEmptyError()
DexpressionParser.cpp578 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1616 ir::Statement *consequent = ParseStatement(StatementParsingFlags::IF_ELSE); in ParseIfStatement() local
1744 ir::Statement *consequent = ParseStatement(StatementParsingFlags::ALLOW_LEXICAL); in ParseSwitchCaseStatement() local
DexpressionParser.cpp758 ir::Expression *consequent = ParseExpression(); in ParseAssignmentExpression() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1087 auto *consequent = expr->Consequent(); in Check() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1496es2panda_AstNode *consequent, es2panda_AstNode *alternate) in CreateIfStatement()