Home
last modified time | relevance | path

Searched refs:DestRange (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp92 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()
[all …]