Searched refs:ASTBoolLiteral (Results 1 – 3 of 3) sorted by relevance
18 struct ASTBoolLiteral : public ASTExpression { struct19 ASTBoolLiteral(int offset, bool value) in ASTBoolLiteral() function
1946 result.reset(new ASTBoolLiteral(t.fOffset, b)); in term()
992 ((ASTBoolLiteral&) expr).fValue)); in convertExpression()