Searched refs:CookedTy (Results 1 – 1 of 1) sorted by relevance
3737 QualType CookedTy; in ActOnNumericConstant() local3742 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()3747 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()3760 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()3773 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()3779 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()