Home | History | Annotate | Download | only in Parse

Lines Matching refs:CastTy

707     ParsedType CastTy;
710 isTypeCast == IsTypeCast, CastTy, RParenLoc);
1688 ParsedType &CastTy,
1738 false, CastTy, RParenLoc);
1837 ParsedType CastTy;
1841 CastTy,
1856 CastTy.getAsOpaquePtr(),
2137 bool isTypeCast, ParsedType &CastTy,
2148 CastTy = ParsedType();
2253 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T,
2308 CastTy = Ty.get();
2323 // TODO: For cast expression with CastTy.
2329 DeclaratorInfo, CastTy,