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