clang: lib/AST/APValue.cpp File Reference (original) (raw)

#include "[clang/AST/APValue.h](APValue%5F8h%5Fsource.html)"
#include "[Linkage.h](lib%5F2AST%5F2Linkage%5F8h%5Fsource.html)"
#include "[clang/AST/ASTContext.h](ASTContext%5F8h%5Fsource.html)"
#include "[clang/AST/CharUnits.h](CharUnits%5F8h%5Fsource.html)"
#include "[clang/AST/DeclCXX.h](DeclCXX%5F8h%5Fsource.html)"
#include "[clang/AST/Expr.h](Expr%5F8h%5Fsource.html)"
#include "[clang/AST/ExprCXX.h](ExprCXX%5F8h%5Fsource.html)"
#include "[clang/AST/Type.h](Type%5F8h%5Fsource.html)"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Namespaces
namespace clang
The JSON file list parser is used to communicate input to InstallAPI.
Functions
bool clang::operator== (const APValue::LValueBase &LHS, const APValue::LValueBase &RHS)
llvm::hash_code clang::hash_value (const APValue::LValueBase &Base)
static void profileIntValue (llvm::FoldingSetNodeID &ID, const llvm::APInt &V)
Profile the value of an APInt, excluding its bit-width.
static double GetApproxValue (const llvm::APFloat &F)
static bool TryPrintAsStringLiteral (raw_ostream &Out, const PrintingPolicy &Policy, const ArrayType *ATy, ArrayRef< APValue > Inits)

GetApproxValue()

static double GetApproxValue ( const llvm::APFloat & F) static

profileIntValue()

static void profileIntValue ( llvm::FoldingSetNodeID & ID, const llvm::APInt & V ) static

TryPrintAsStringLiteral()