clang: clang::APIntStorage Class Reference (original) (raw)

#include "[clang/AST/APNumericStorage.h](APNumericStorage%5F8h%5Fsource.html)"

Inheritance diagram for clang::APIntStorage:

Public Member Functions
llvm::APInt getValue () const
unsigned getBitWidth () const
void setValue (const ASTContext &C, const llvm::APInt &Val)

Detailed Description

Member Function Documentation

getBitWidth()

unsigned clang::APIntStorage::getBitWidth ( ) const inline

getValue()

llvm::APInt clang::APIntStorage::getValue ( ) const inline

Definition at line 52 of file APNumericStorage.h.

References clang::APNumericStorage::getIntValue().

Referenced by FindTypeTagExpr(), clang::EnumConstantDecl::getInitVal(), clang::FixedPointLiteral::getValue(), clang::InitListExpr::isIdiomaticZeroInitializer(), clang::Expr::isNullPointerConstant(), clang::ento::SValBuilder::makeIntVal(), ValidDuplicateEnum(), clang::interp::Compiler< Emitter >::visitInitList(), clang::ASTNodeImporter::VisitIntegerLiteral(), clang::JSONNodeDumper::VisitIntegerLiteral(), and clang::TextNodeDumper::VisitIntegerLiteral().

setValue()

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

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