clang  3.7.0
Public Member Functions | List of all members
clang::APFloatStorage Class Reference

#include <Expr.h>

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

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 1268 of file Expr.h.

Member Function Documentation

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

Definition at line 1270 of file Expr.h.

References clang::APNumericStorage::getIntValue().

Referenced by clang::FloatingLiteral::getValue().

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

Definition at line 1273 of file Expr.h.

References clang::APNumericStorage::setIntValue().

Referenced by clang::FloatingLiteral::setValue().


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