clang 19.0.0git
Public Member Functions | List of all members
clang::APIntStorage Class Reference

#include "clang/AST/APNumericStorage.h"

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

Public Member Functions

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

Detailed Description

Definition at line 51 of file APNumericStorage.h.

Member Function Documentation

◆ getValue()

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

◆ setValue()

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

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