Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
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()
[all …]