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

#include "clang/AST/APNumericStorage.h"

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

Public Member Functions

llvm::APFloat getValue (const llvm::fltSemantics &Semantics) const
 
void setValue (const ASTContext &C, const llvm::APFloat &Val)
 

Detailed Description

Definition at line 59 of file APNumericStorage.h.

Member Function Documentation

◆ getValue()

llvm::APFloat clang::APFloatStorage::getValue ( const llvm::fltSemantics &  Semantics) const
inline

◆ setValue()

void clang::APFloatStorage::setValue ( const ASTContext C,
const llvm::APFloat &  Val 
)
inline

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