Home
last modified time | relevance | path

Searched refs:CookedTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3688 QualType CookedTy; in ActOnNumericConstant() local
3693 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3698 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()
3711 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
3724 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()
3730 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()