Searched refs:ASTFloatLiteral (Results 1 – 3 of 3) sorted by relevance
18 struct ASTFloatLiteral : public ASTExpression { struct19 ASTFloatLiteral(Position position, double value) in ASTFloatLiteral() function
1626 result.reset(new ASTFloatLiteral(t.fPosition, f)); in term()
705 ((ASTFloatLiteral&) expr).fValue)); in convertExpression()