Home
last modified time | relevance | path

Searched refs:BooleanLiteralBuilder (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DbooleanLiteralBuilder.h25 class BooleanLiteralBuilder : public AstBuilder<ir::BooleanLiteral> { class
27 explicit BooleanLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in BooleanLiteralBuilder() function in ark::es2panda::ir::BooleanLiteralBuilder
29 BooleanLiteralBuilder &SetValue(bool val) in SetValue()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp67 using ark::es2panda::ir::BooleanLiteralBuilder;
178 auto boolLiteral = BooleanLiteralBuilder(Allocator()).SetValue(true).Build(); in TEST_F()

Completed in 2 milliseconds