class APFloatStorage

Declaration

class APFloatStorage : private APNumericStorage { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/Expr.h:1484

Inherits from: APNumericStorage

Method Overview

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

Methods

llvm::APFloat getValue(
    const llvm::fltSemantics& Semantics) const

Declared at: clang/include/clang/AST/Expr.h:1486

Parameters

const llvm::fltSemantics& Semantics

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

Declared at: clang/include/clang/AST/Expr.h:1489

Parameters

const clang::ASTContext& C
const llvm::APFloat& Val