Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp97 SourceRange DestRange; member
313 Op.DestRange = AngleBrackets; in BuildCXXNamedCast()
405 Op.DestRange = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in BuildBuiltinBitCastExpr()
805 << this->DestType << DestRange; in CheckDynamicCast()
816 DestRange)) { in CheckDynamicCast()
822 << DestPointee.getUnqualifiedType() << DestRange; in CheckDynamicCast()
2716 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCXXCStyleCast()
2736 /* Complain */ true, DestRange, DestType, in CheckCXXCStyleCast()
2915 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCStyleCast()
3336 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCStyleCastExpr()
[all …]