Searched defs:ASTBoolLiteral (Results 1 – 1 of 1) sorted by relevance
18 struct ASTBoolLiteral : public ASTExpression { struct19 ASTBoolLiteral(Position position, bool value) in ASTBoolLiteral() argument23 String description() const override { in description()27 const bool fValue;29 typedef ASTExpression INHERITED;