Searched refs:LoadStatementASTNode (Results 1 – 6 of 6) sorted by relevance
918 class LoadStatementASTNode : public StatementASTNode921 LoadStatementASTNode() in LoadStatementASTNode() function926 LoadStatementASTNode(ASTNode * data, ASTNode * target) in LoadStatementASTNode() function931 LoadStatementASTNode(const LoadStatementASTNode & other);933 virtual ASTNode * clone() const { return new LoadStatementASTNode(*this); } in clone()
1117 #pragma mark = LoadStatementASTNode =1119 LoadStatementASTNode::LoadStatementASTNode(const LoadStatementASTNode & other) in LoadStatementASTNode() function in LoadStatementASTNode1126 void LoadStatementASTNode::printTree(int indent) const in printTree()
105 OperationSequence * convertLoadStatement(LoadStatementASTNode * statement);
630 LoadStatementASTNode * load = dynamic_cast<LoadStatementASTNode*>(statement); in convertOneStatement()688 OperationSequence * ConversionController::convertLoadStatement(LoadStatementASTNode * statement) in convertLoadStatement()
416 LoadStatementASTNode * stmt = new LoadStatementASTNode();
1844 LoadStatementASTNode * stmt = new LoadStatementASTNode();