Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp99 SourceRange DestRange; member
309 Op.DestRange = AngleBrackets; in BuildCXXNamedCast()
401 Op.DestRange = SourceRange(TL.getBeginLoc(), TL.getEndLoc()); in BuildBuiltinBitCastExpr()
813 << this->DestType << DestRange; in CheckDynamicCast()
824 DestRange)) { in CheckDynamicCast()
830 << DestPointee.getUnqualifiedType() << DestRange; in CheckDynamicCast()
2725 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCXXCStyleCast()
2745 /* Complain */ true, DestRange, DestType, in CheckCXXCStyleCast()
2925 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCStyleCast()
3346 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCStyleCastExpr()
[all …]