Searched refs:APFloatStorage (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1451 class APFloatStorage : private APNumericStorage { class in namespace:clang
1604 class FloatingLiteral : public Expr, private APFloatStorage {
1619 return APFloatStorage::getValue(getSemantics());
1623 APFloatStorage::setValue(C, Val);

Completed in 66 milliseconds