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