Home
last modified time | relevance | path

Searched refs:IsStatement (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
H A Dstatement.h25 bool IsStatement() const override
H A DastNode.h150 virtual bool IsStatement() const in IsStatement() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::AstNode
212 ASSERT(IsStatement()); in AsStatement()
218 ASSERT(IsStatement()); in AsStatement()
/arkcompiler/ets_frontend/ets2panda/ir/
H A Dstatement.h32 [[nodiscard]] bool IsStatement() const noexcept override
H A DastNode.h119 [[nodiscard]] virtual bool IsStatement() const noexcept
200 ASSERT(IsStatement()); in AsStatement()
206 ASSERT(IsStatement()); in AsStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DassertStatement.cpp70 if (parent_->IsStatement()) { in Dump()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalDeclTransformer.cpp128 ASSERT(node->IsStatement()); in HandleNode()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp37 if (currentNode->IsStatement()) { in FindLastStatement()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSFormattedParser.cpp168 if (insertingNode == nullptr || !insertingNode->IsStatement()) { in ParseStatementFormatPlaceholder()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp2748 if (node == nullptr || !node->IsStatement()) { in ExtendWithFinalizer()
2769 if (node->Parent() != nullptr && node->Parent()->IsStatement()) { in ExtendWithFinalizer()
2787 if (parent == nullptr || !parent->IsStatement()) { in ExtendWithFinalizer()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp942 node->IsStatement() && in AddBinding()

Completed in 15 milliseconds