Home | History | Annotate | Download | only in Sema

Lines Matching refs:castType

5013   QualType castType = castTInfo->getType();
5014 Ty = CreateParsedType(castType, castTInfo);
5023 && castType->isVectorType() && (PE || PLE)) {
12315 RebuildUnknownAnyExpr(Sema &S, QualType CastType)
12316 : S(S), DestType(CastType) {}
12612 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
12616 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr);