Home | History | Annotate | Download | only in Sema

Lines Matching defs:FromType

2569   QualType FromType = From->getType();
2597 if (Context.hasSameType(FromType, Context.OverloadTy)) {
2608 FromType = From->getType();
2627 FromType = FromType.getUnqualifiedType();
2635 FromType = Context.getArrayDecayedType(FromType);
2636 From = ImpCastExprToType(From, FromType, CK_ArrayToPointerDecay,
2641 FromType = Context.getPointerType(FromType);
2642 From = ImpCastExprToType(From, FromType, CK_FunctionToPointerDecay,
2673 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() &&
2791 FromType = Context.FloatTy;
2795 ScalarTypeToBooleanCastKind(FromType),