Home | History | Annotate | Download | only in Parse

Lines Matching refs:CastTy

670     ParsedType CastTy;
679 isTypeCast == IsTypeCast, CastTy, RParenLoc);
1520 ParsedType &CastTy,
1548 false, CastTy, RParenLoc);
1638 ParsedType CastTy;
1642 CastTy,
1655 CastTy.getAsOpaquePtr(),
1888 bool isTypeCast, ParsedType &CastTy,
1899 CastTy = ParsedType();
1985 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T);
2038 CastTy = Ty.get();
2053 // TODO: For cast expression with CastTy.
2059 DeclaratorInfo, CastTy,