clang API Documentation

Public Member Functions
clang::APIntStorage Class Reference

#include <Expr.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 1251 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 1254 of file Expr.h.

References clang::APNumericStorage::setIntValue().

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


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