Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3785 QualType CookedTy; in ActOnNumericConstant() local
3790 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3795 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()
3808 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
3821 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()
3827 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()