Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3686 QualType CookedTy; in ActOnNumericConstant() local
3691 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3696 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant()
3709 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant()
3722 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant()
3728 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()