clang 22.0.0git
|
#include "clang/AST/APNumericStorage.h"
Public Member Functions | |
llvm::APInt | getValue () const |
unsigned | getBitWidth () const |
void | setValue (const ASTContext &C, const llvm::APInt &Val) |
Definition at line 51 of file APNumericStorage.h.
|
inline |
Definition at line 54 of file APNumericStorage.h.
References clang::APNumericStorage::BitWidth.
Referenced by clang::EmbedExpr::ChildElementIter< Const >::operator*().
|
inline |
Definition at line 53 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().
|
inline |
Definition at line 55 of file APNumericStorage.h.
References clang::C, and clang::APNumericStorage::setIntValue().
Referenced by clang::FixedPointLiteral::FixedPointLiteral(), clang::IntegerLiteral::IntegerLiteral(), clang::EmbedExpr::ChildElementIter< Const >::operator*(), and clang::EnumConstantDecl::setInitVal().