clang 18.0.0git
|
#include "clang/AST/Expr.h"
Public Member Functions | |
llvm::APInt | getValue () const |
void | setValue (const ASTContext &C, const llvm::APInt &Val) |
|
inline |
Definition at line 1501 of file Expr.h.
References clang::APNumericStorage::getIntValue().
Referenced by FindTypeTagExpr(), clang::FixedPointLiteral::getValueAsString(), isIdenticalStmt(), clang::InitListExpr::isIdiomaticZeroInitializer(), clang::Expr::isNullPointerConstant(), clang::ento::SValBuilder::makeIntVal(), ValidDuplicateEnum(), clang::ASTNodeImporter::VisitFixedPointLiteral(), clang::JSONNodeDumper::VisitIntegerLiteral(), and clang::ASTNodeImporter::VisitIntegerLiteral().
|
inline |
Definition at line 1502 of file Expr.h.
References clang::C, and clang::APNumericStorage::setIntValue().
Referenced by clang::FixedPointLiteral::FixedPointLiteral(), and clang::IntegerLiteral::IntegerLiteral().