Lines Matching defs:FloatingLiteral
941 FloatingLiteral::FloatingLiteral(const ASTContext &C, const llvm::APFloat &V,
950 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty)
956 FloatingLiteral *
957 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V,
959 return new (C) FloatingLiteral(C, V, isexact, Type, L);
962 FloatingLiteral *
963 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) {
964 return new (C) FloatingLiteral(C, Empty);
970 double FloatingLiteral::getValueAsApproximateDouble() const {