Home | History | Annotate | Download | only in Sema

Lines Matching refs:FromType

2456   QualType FromType = From->getType();
2486 if (Context.hasSameType(FromType, Context.OverloadTy)) {
2497 FromType = From->getType();
2508 FromType = FromType.getUnqualifiedType();
2516 FromType = Context.getArrayDecayedType(FromType);
2517 From = ImpCastExprToType(From, FromType, CK_ArrayToPointerDecay,
2522 FromType = Context.getPointerType(FromType);
2523 From = ImpCastExprToType(From, FromType, CK_FunctionToPointerDecay,
2663 FromType = Context.FloatTy;
2667 ScalarTypeToBooleanCastKind(FromType),