Joos1W Compiler Framework
|
This is the complete list of members for ast::BlockStatement, including all inherited members.
AstNode()=default (defined in ast::AstNode) | ast::AstNode | |
AstNode(const AstNode &)=delete (defined in ast::AstNode) | ast::AstNode | |
AstNode(AstNode &&)=delete (defined in ast::AstNode) | ast::AstNode | |
BlockStatement(BumpAllocator &alloc, array_ref< Stmt * > stmts) noexcept (defined in ast::BlockStatement) | ast::BlockStatement | inline |
children() const override | ast::BlockStatement | inlinevirtual |
dump() const (defined in ast::AstNode) | ast::AstNode | |
exprs() const override | ast::BlockStatement | inlinevirtual |
indent(int indentation) | ast::AstNode | inlineprotectedstatic |
mut_children() | ast::AstNode | inline |
mut_exprs() (defined in ast::Stmt) | ast::Stmt | inline |
operator=(const AstNode &)=delete (defined in ast::AstNode) | ast::AstNode | |
operator=(AstNode &&)=delete (defined in ast::AstNode) | ast::AstNode | |
print(std::ostream &os, int indentation=0) const override (defined in ast::BlockStatement) | ast::BlockStatement | virtual |
printDot(std::ostream &os) const (defined in ast::AstNode) | ast::AstNode | inline |
printDotNode(DotPrinter &dp) const override (defined in ast::BlockStatement) | ast::BlockStatement | virtual |
stmts() const (defined in ast::BlockStatement) | ast::BlockStatement | inline |
~AstNode()=default (defined in ast::AstNode) | ast::AstNode | virtual |