Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3781 QualType CookedTy; in ActOnNumericConstant() local
3786 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3791 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()
3804 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
3817 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()
3823 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()