Home | History | Annotate | Download | only in Parse

Lines Matching defs:CastTy

720     ParsedType CastTy;
723 isTypeCast == IsTypeCast, CastTy, RParenLoc);
1736 ParsedType &CastTy,
1786 false, CastTy, RParenLoc);
1885 ParsedType CastTy;
1889 CastTy,
1904 CastTy.getAsOpaquePtr(),
2185 bool isTypeCast, ParsedType &CastTy,
2196 CastTy = nullptr;
2301 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T,
2356 CastTy = Ty.get();
2371 // TODO: For cast expression with CastTy.
2377 DeclaratorInfo, CastTy,