Home | History | Annotate | Download | only in Sema

Lines Matching refs:castType

5234   QualType castType = castTInfo->getType();
5235 Ty = CreateParsedType(castType, castTInfo);
5244 && castType->isVectorType() && (PE || PLE)) {
5272 if (getLangOpts().CPlusPlus && !castType->isVoidType() &&
5276 CheckTollFreeBridgeCast(castType, CastExpr);
5278 CheckObjCBridgeRelatedCast(castType, CastExpr);
13052 RebuildUnknownAnyExpr(Sema &S, QualType CastType)
13053 : S(S), DestType(CastType) {}
13349 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
13353 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr);