Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp76 SourceRange DestRange; member
249 Op.DestRange = AngleBrackets; in BuildCXXNamedCast()
597 << this->DestType << DestRange; in CheckDynamicCast()
608 DestRange)) { in CheckDynamicCast()
614 << DestPointee.getUnqualifiedType() << DestRange; in CheckDynamicCast()
2171 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCXXCStyleCast()
2191 /* Complain */ true, DestRange, DestType, in CheckCXXCStyleCast()
2338 SrcExpr = Self.checkUnknownAnyCast(DestRange, DestType, in CheckCStyleCast()
2598 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCStyleCastExpr()
2622 Op.DestRange = CastTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXFunctionalCastExpr()
[all …]
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go12790 DestRange string `json:"destRange,omitempty"` member