Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp3278 QualType CookedTy; in ActOnNumericConstant() local
3283 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3288 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()
3301 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
3310 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()
3316 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()