Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp83 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()
[all …]