Searched refs:ASTBoolLiteral (Results 1 – 3 of 3) sorted by relevance
18 struct ASTBoolLiteral : public ASTExpression { struct19 ASTBoolLiteral(Position position, bool value) in ASTBoolLiteral() argument
1772 result.reset(new ASTBoolLiteral(t.fPosition, b)); in term()
818 ((ASTBoolLiteral&) expr).fValue)); in convertExpression()