Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp82 SourceRange DestRange; member
270 Op.DestRange = AngleBrackets; in BuildCXXNamedCast()
701 << this->DestType << DestRange; in CheckDynamicCast()
712 DestRange)) { in CheckDynamicCast()
718 << DestPointee.getUnqualifiedType() << DestRange; in CheckDynamicCast()
2311 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCXXCStyleCast()
2331 /* Complain */ true, DestRange, DestType, in CheckCXXCStyleCast()
2482 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCStyleCast()
2741 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCStyleCastExpr()
2769 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXFunctionalCastExpr()
[all …]