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