Searched defs:ASTBlock (Results 1 – 3 of 3) sorted by relevance
18 struct ASTBlock : public ASTStatement { struct19 ASTBlock(int offset, 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