Searched defs:ASTBlock (Results 1 – 2 of 2) sorted by relevance
18 struct ASTBlock : public ASTStatement { struct19 ASTBlock(Position position, std::vector<std::unique_ptr<ASTStatement>> statements) in ASTBlock() argument23 String description() const override { in description()33 const std::vector<std::unique_ptr<ASTStatement>> fStatements;35 typedef ASTStatement INHERITED;
524 enum { Other, ControlBlock, ASTBlock } State = Other; in loadModuleFile() enumerator