Home | History | Annotate | Download | only in Sema

Lines Matching refs:propType

689     QualType propType = RefExpr->getExplicitProperty()->getType();
691 = propType->getAs<ObjCObjectPointerType>()) {
693 result = S.ImpCastExprToType(result.get(), propType, CK_BitCast);