Home | History | Annotate | Download | only in Parse

Lines Matching defs:CastTy

640     ParsedType CastTy;
649 isTypeCast == IsTypeCast, CastTy, RParenLoc);
1573 ParsedType &CastTy,
1601 false, CastTy, RParenLoc);
1697 ParsedType CastTy;
1701 CastTy,
1715 CastTy.getAsOpaquePtr(),
1954 bool isTypeCast, ParsedType &CastTy,
1964 CastTy = ParsedType();
2054 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T);
2107 CastTy = Ty.get();
2122 // TODO: For cast expression with CastTy.
2128 DeclaratorInfo, CastTy,