tipc
A TIP to LLVM compiler
|
This is the complete list of members for ASTBlockStmt, including all inherited members.
accept(ASTVisitor *visitor) override | ASTBlockStmt | virtual |
ASTBlockStmt(std::vector< std::shared_ptr< ASTStmt >> STMTS) | ASTBlockStmt | |
codegen() override | ASTBlockStmt | virtual |
getChildren() override | ASTBlockStmt | virtual |
getColumn() | ASTNode | inline |
getLine() | ASTNode | inline |
getStmts() const | ASTBlockStmt | |
print(std::ostream &out) const override | ASTBlockStmt | protectedvirtual |
setLocation(int l, int c) | ASTNode | inline |
~ASTNode()=default | ASTNode | virtual |
~ASTStmt()=default | ASTStmt |