reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3554 Res = FixedPointLiteral::CreateFromRawInt(Context, Val, Ty, 3576 Res = BuildFloatingLiteral(*this, Literal, Ty, Tok.getLocation()); 3582 Res = ImpCastExprToType(Res, Context.FloatTy, CK_FloatingCast).get(); 3582 Res = ImpCastExprToType(Res, Context.FloatTy, CK_FloatingCast).get(); 3588 Res = ImpCastExprToType(Res, Context.FloatTy, CK_FloatingCast).get(); 3588 Res = ImpCastExprToType(Res, Context.FloatTy, CK_FloatingCast).get(); 3715 Res = IntegerLiteral::Create(Context, ResultVal, Ty, Tok.getLocation()); 3720 Res = new (Context) ImaginaryLiteral(Res, 3720 Res = new (Context) ImaginaryLiteral(Res, 3721 Context.getComplexType(Res->getType())); 3725 return Res;