Lines Matching refs:DestRange
92 SourceRange DestRange; member
308 Op.DestRange = AngleBrackets; in BuildCXXNamedCast()
400 Op.DestRange = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in BuildBuiltinBitCastExpr()
781 << this->DestType << DestRange; in CheckDynamicCast()
792 DestRange)) { in CheckDynamicCast()
798 << DestPointee.getUnqualifiedType() << DestRange; in CheckDynamicCast()
2663 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCXXCStyleCast()
2683 /* Complain */ true, DestRange, DestType, in CheckCXXCStyleCast()
2853 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCStyleCast()
3244 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCStyleCastExpr()
3272 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXFunctionalCastExpr()
3273 Op.OpRange = SourceRange(Op.DestRange.getBegin(), CastExpr->getEndLoc()); in BuildCXXFunctionalCastExpr()