Searched refs:getValueAsApproximateDouble (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h1276 /// getValueAsApproximateDouble - This returns the value as an inaccurate
1279 double getValueAsApproximateDouble() const;
/external/clang/lib/AST/
H A DExpr.cpp611 /// getValueAsApproximateDouble - This returns the value as an inaccurate
614 double FloatingLiteral::getValueAsApproximateDouble() const { function in class:FloatingLiteral

Completed in 353 milliseconds