Searched refs:ASTFloatLiteral (Results 1 – 6 of 6) sorted by relevance
18 struct ASTFloatLiteral : public ASTExpression { struct19 ASTFloatLiteral(int offset, double value) in ASTFloatLiteral() argument
1938 result.reset(new ASTFloatLiteral(t.fOffset, f)); in term()
998 ((ASTFloatLiteral&) expr).fValue)); in convertExpression()
1929 result.reset(new ASTFloatLiteral(t.fOffset, f)); in term()
1033 ((ASTFloatLiteral&) expr).fValue)); in convertExpression()