Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3962 QualType CookedTy; in ActOnNumericConstant() local
3967 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3972 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()
3985 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
3998 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()
4004 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()