Searched defs:ASTVarDeclarationStatement (Results 1 – 1 of 1) sorted by relevance
19 struct ASTVarDeclarationStatement : public ASTStatement { struct20 ASTVarDeclarationStatement(std::unique_ptr<ASTVarDeclarations> decl) in ASTVarDeclarationStatement() argument24 String description() const override { in description()28 std::unique_ptr<ASTVarDeclarations> fDeclarations;30 typedef ASTStatement INHERITED;