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

/external/clang/lib/Sema/
H A DSemaCast.cpp714 checkObjCARCConversion(Sema::CCK_OtherCast);
757 = TryStaticCast(Self, SrcExpr, DestType, Sema::CCK_OtherCast, OpRange, msg,
776 checkObjCARCConversion(Sema::CCK_OtherCast);
H A DSemaExprObjC.cpp2778 case Sema::CCK_OtherCast:
2958 (CCK == CCK_CStyleCast || CCK == CCK_OtherCast) &&
3047 CCK = CCK_OtherCast;
H A DSemaInit.cpp5140 : Kind.isExplicitCast()? Sema::CCK_OtherCast
/external/clang/include/clang/Sema/
H A DSema.h6398 CCK_OtherCast enumerator in enum:clang::Sema::CheckedConversionKind

Completed in 202 milliseconds