Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3719 QualType CookedTy; in ActOnNumericConstant() local
3724 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3729 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()
3742 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
3755 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()
3761 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()