Searched refs:CookedTy (Results 1 – 1 of 1) sorted by relevance
2998 QualType CookedTy; in ActOnNumericConstant() local3003 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()3008 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()3021 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()3030 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()3035 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()