Lines Matching refs:DestRange
83 SourceRange DestRange; member
299 Op.DestRange = AngleBrackets; in BuildCXXNamedCast()
391 Op.DestRange = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in BuildBuiltinBitCastExpr()
772 << this->DestType << DestRange; in CheckDynamicCast()
783 DestRange)) { in CheckDynamicCast()
789 << DestPointee.getUnqualifiedType() << DestRange; in CheckDynamicCast()
2624 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCXXCStyleCast()
2644 /* Complain */ true, DestRange, DestType, in CheckCXXCStyleCast()
2815 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCStyleCast()
3185 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCStyleCastExpr()
3213 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXFunctionalCastExpr()
3214 Op.OpRange = SourceRange(Op.DestRange.getBegin(), CastExpr->getEndLoc()); in BuildCXXFunctionalCastExpr()