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

#include <Expr.h>

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

Public Member Functions

llvm::APInt getValue () const
 
void setValue (const ASTContext &C, const llvm::APInt &Val)
 

Detailed Description

Definition at line 1260 of file Expr.h.

Member Function Documentation

llvm::APInt clang::APIntStorage::getValue ( ) const
inline
void clang::APIntStorage::setValue ( const ASTContext C,
const llvm::APInt &  Val 
)
inline

Definition at line 1263 of file Expr.h.

References clang::APNumericStorage::setIntValue().

Referenced by clang::IntegerLiteral::IntegerLiteral().


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