clang API Documentation

Public Member Functions
clang::APFloatStorage Class Reference

#include <Expr.h>

Inheritance diagram for clang::APFloatStorage:
Inheritance graph
[legend]
Collaboration diagram for clang::APFloatStorage:
Collaboration graph
[legend]

List of all members.

Public Member Functions

llvm::APFloat getValue (const llvm::fltSemantics &Semantics) const
void setValue (const ASTContext &C, const llvm::APFloat &Val)

Detailed Description

Definition at line 1259 of file Expr.h.


Member Function Documentation

llvm::APFloat clang::APFloatStorage::getValue ( const llvm::fltSemantics &  Semantics) const [inline]

Definition at line 1261 of file Expr.h.

References clang::APNumericStorage::getIntValue().

void clang::APFloatStorage::setValue ( const ASTContext C,
const llvm::APFloat &  Val 
) [inline]

Reimplemented in clang::FloatingLiteral.

Definition at line 1264 of file Expr.h.

References clang::APNumericStorage::setIntValue().


The documentation for this class was generated from the following file: