Searched refs:CCK_OtherCast (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3753 case Sema::CCK_OtherCast:
3760 if (CCK == Sema::CCK_OtherCast) {
3807 } else if (CCK == Sema::CCK_OtherCast) {
3925 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3935 (CCK == Sema::CCK_OtherCast && !br) ?
3966 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3975 (CCK == Sema::CCK_OtherCast && !br) ?
4405 (CCK == CCK_CStyleCast || CCK == CCK_OtherCast) &&
4518 CCK = CCK_OtherCast;
H A DSemaCast.cpp1064 checkObjCConversion(Sema::CCK_OtherCast);
1112 = TryStaticCast(Self, SrcExpr, DestType, Sema::CCK_OtherCast, OpRange, msg,
1133 checkObjCConversion(Sema::CCK_OtherCast);
H A DSemaInit.cpp8225 : Kind.isExplicitCast()? Sema::CCK_OtherCast
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10912 CCK_OtherCast, enumerator in enum:clang::final::CompleteTypeKind::CheckedConversionKind
10919 CCK == CCK_OtherCast;

Completed in 173 milliseconds