Lines Matching refs:DestRange
92 SourceRange DestRange; member
308 Op.DestRange = AngleBrackets; in BuildCXXNamedCast()
400 Op.DestRange = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in BuildBuiltinBitCastExpr()
782 << this->DestType << DestRange; in CheckDynamicCast()
793 DestRange)) { in CheckDynamicCast()
799 << DestPointee.getUnqualifiedType() << DestRange; in CheckDynamicCast()
2679 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCXXCStyleCast()
2699 /* Complain */ true, DestRange, DestType, in CheckCXXCStyleCast()
2869 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCStyleCast()
3290 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCStyleCastExpr()
3318 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXFunctionalCastExpr()
3319 Op.OpRange = SourceRange(Op.DestRange.getBegin(), CastExpr->getEndLoc()); in BuildCXXFunctionalCastExpr()