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

#include "clang/AST/Expr.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 1507 of file Expr.h.

Member Function Documentation

◆ getValue()

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

Definition at line 1509 of file Expr.h.

References clang::APNumericStorage::getIntValue().

Referenced by clang::FloatingLiteral::getValue().

◆ setValue()

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

Definition at line 1512 of file Expr.h.

References clang::C, and clang::APNumericStorage::setIntValue().

Referenced by clang::FloatingLiteral::setValue().


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