Searched refs:CookedTy (Results 1 – 1 of 1) sorted by relevance
3211 QualType CookedTy; in ActOnNumericConstant() local3216 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()3221 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()3234 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()3243 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()3249 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()