Home | History | Annotate | Download | only in Parse

Lines Matching refs:CastTy

640     ParsedType CastTy;
649 isTypeCast == IsTypeCast, CastTy, RParenLoc);
1553 ParsedType &CastTy,
1581 false, CastTy, RParenLoc);
1677 ParsedType CastTy;
1681 CastTy,
1695 CastTy.getAsOpaquePtr(),
1934 bool isTypeCast, ParsedType &CastTy,
1944 CastTy = ParsedType();
2030 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T);
2083 CastTy = Ty.get();
2098 // TODO: For cast expression with CastTy.
2104 DeclaratorInfo, CastTy,