Home
last modified time | relevance | path

Searched refs:SetConsequent (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DconditionalExpressionBuilder.h35 ConditionalExpressionBuilder &SetConsequent(Expression *conseq) in SetConsequent() function in ark::es2panda::ir::ConditionalExpressionBuilder
H A DifStatementBuilder.h35 IfStatementBuilder &SetConsequent(Statement *conseq) in SetConsequent() function in ark::es2panda::ir::IfStatementBuilder
H A DswitchCaseStatementBuilder.h38 SwitchCaseStatementBuilder &SetConsequent(ArenaVector<Statement *> consequent) in SetConsequent() function in ark::es2panda::ir::SwitchCaseStatementBuilder
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DconditionalExpression.h66 void SetConsequent(Expression *expr) noexcept
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp271 IfStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(consStmnt).SetAlternate(alterStmnt).Build(); in TEST_F()
340 auto switchCase = SwitchCaseStatementBuilder(Allocator()).SetTest(binaryExpr).SetConsequent(conseq).Build(); in TEST_F()

Completed in 3 milliseconds