Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp75 SourceRange DestRange; member
248 Op.DestRange = AngleBrackets; in BuildCXXNamedCast()
569 << this->DestType << DestRange; in CheckDynamicCast()
580 DestRange)) { in CheckDynamicCast()
586 << DestPointee.getUnqualifiedType() << DestRange; in CheckDynamicCast()
2017 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCXXCStyleCast()
2037 /* Complain */ true, DestRange, DestType, in CheckCXXCStyleCast()
2183 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCStyleCast()
2415 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCStyleCastExpr()
2439 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXFunctionalCastExpr()
[all …]