Home
last modified time | relevance | path

Searched refs:EmptyStatement (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DemptyStatement.cpp25 void EmptyStatement::TransformChildren([[maybe_unused]] const NodeTransformer &c, in TransformChildren()
30 void EmptyStatement::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
32 void EmptyStatement::Dump(ir::AstDumper *dumper) const in Dump()
34 dumper->Add({{"type", "EmptyStatement"}}); in Dump()
37 void EmptyStatement::Dump(ir::SrcDumper *dumper) const in Dump()
42 void EmptyStatement::Compile(compiler::PandaGen *pg) const in Compile()
47 void EmptyStatement::Compile(compiler::ETSGen *etsg) const in Compile()
52 checker::Type *EmptyStatement::Check(checker::TSChecker *checker) in Check()
57 checker::Type *EmptyStatement::Check(checker::ETSChecker *checker) in Check()
H A DemptyStatement.h22 class EmptyStatement : public Statement { class
24 explicit EmptyStatement() : Statement(AstNodeType::EMPTY_STATEMENT) {} in EmptyStatement() function in ark::es2panda::ir::EmptyStatement
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DemptyStatement.cpp22 void EmptyStatement::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate()
24 void EmptyStatement::Dump(ir::AstDumper *dumper) const in Dump()
26 dumper->Add({{"type", "EmptyStatement"}}); in Dump()
29 void EmptyStatement::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile()
31 checker::Type *EmptyStatement::Check([[maybe_unused]] checker::Checker *checker) const in Check()
36 void EmptyStatement::UpdateSelf([[maybe_unused]] const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) {} in UpdateSelf()
H A DemptyStatement.h32 class EmptyStatement : public Statement { class
34 explicit EmptyStatement() : Statement(AstNodeType::EMPTY_STATEMENT) {} in EmptyStatement() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::EmptyStatement
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DemptyStatementBuilder.h25 class EmptyStatementBuilder : public AstBuilder<ir::EmptyStatement> {
29 EmptyStatement *Build() in Build()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DforwardDeclForParserImpl.h74 class EmptyStatement;
H A DparserImpl.h257 ir::EmptyStatement *ParseEmptyStatement();
H A DstatementParser.cpp208 ir::EmptyStatement *ParserImpl::ParseEmptyStatement() in ParseEmptyStatement()
210 auto *empty = AllocNode<ir::EmptyStatement>(); in ParseEmptyStatement()
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNodeMapping.h43 _(EMPTY_STATEMENT, EmptyStatement) \
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeMapping.h44 _(EMPTY_STATEMENT, EmptyStatement) \
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.h112 class EmptyStatement;
538 ir::EmptyStatement *ParseEmptyStatement();
H A DstatementParser.cpp624 ir::EmptyStatement *ParserImpl::ParseEmptyStatement() in ParseEmptyStatement()
626 auto *empty = AllocNode<ir::EmptyStatement>(); in ParseEmptyStatement()
H A DparserImpl.cpp2958 property = AllocNode<ir::EmptyStatement>(); in ParseClassElement()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp1338 void JSCompiler::Compile([[maybe_unused]] const ir::EmptyStatement *st) const {} in Compile()
H A DETSCompiler.cpp1407 void ETSCompiler::Compile([[maybe_unused]] const ir::EmptyStatement *st) const {} in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1146 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::EmptyStatement *st) const in Check()
H A DETSAnalyzer.cpp2068 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::EmptyStatement *st) const in Check()

Completed in 31 milliseconds