clang API Documentation
#include <Expr.h>
Public Member Functions | |
llvm::APInt | getValue () const |
void | setValue (const ASTContext &C, const llvm::APInt &Val) |
llvm::APInt clang::APIntStorage::getValue | ( | ) | const [inline] |
Definition at line 1253 of file Expr.h.
References clang::APNumericStorage::getIntValue().
Referenced by clang::Sema::AddInitializerToDecl(), isIdenticalStmt(), clang::Expr::isNullPointerConstant(), clang::ento::SValBuilder::makeIntVal(), ValidDuplicateEnum(), and clang::ASTNodeImporter::VisitIntegerLiteral().
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().