reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
10106            CCK == CCK_OtherCast;
tools/clang/lib/Sema/SemaCast.cpp
 1009       checkObjCConversion(Sema::CCK_OtherCast);
 1055     = TryStaticCast(Self, SrcExpr, DestType, Sema::CCK_OtherCast, OpRange, msg,
 1076       checkObjCConversion(Sema::CCK_OtherCast);
tools/clang/lib/Sema/SemaExprObjC.cpp
 3559   case Sema::CCK_OtherCast:
 3566     if (CCK == Sema::CCK_OtherCast) {
 3613   } else if (CCK == Sema::CCK_OtherCast) {
 3731         (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
 3741         (CCK == Sema::CCK_OtherCast && !br) ?
 3772       (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
 3781         (CCK == Sema::CCK_OtherCast && !br) ?
 4211         (CCK == CCK_CStyleCast || CCK == CCK_OtherCast) &&
 4324     CCK = CCK_OtherCast;
tools/clang/lib/Sema/SemaInit.cpp
 8167         : Kind.isExplicitCast()? Sema::CCK_OtherCast