Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3298 QualType CookedTy; in ActOnNumericConstant() local
3303 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3308 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()
3321 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
3334 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()
3340 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()