HomeSort by: relevance | last modified time | path
    Searched refs:CCK_OtherCast (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 3760 case Sema::CCK_OtherCast:
3767 if (CCK == Sema::CCK_OtherCast) {
3814 } else if (CCK == Sema::CCK_OtherCast) {
3934 auto DiagB = (CCK != Sema::CCK_OtherCast)
3944 auto DiagB = (CCK == Sema::CCK_OtherCast && !br)
3975 auto DiagB = (CCK != Sema::CCK_OtherCast)
3984 auto DiagB = (CCK == Sema::CCK_OtherCast && !br)
4415 (CCK == CCK_CStyleCast || CCK == CCK_OtherCast) &&
4528 CCK = CCK_OtherCast;
SemaCast.cpp 1158 checkObjCConversion(Sema::CCK_OtherCast);
1217 = TryStaticCast(Self, SrcExpr, DestType, Sema::CCK_OtherCast, OpRange, msg,
1238 checkObjCConversion(Sema::CCK_OtherCast);
SemaInit.cpp 8431 : Kind.isExplicitCast()? Sema::CCK_OtherCast
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11237 CCK_OtherCast,
11244 CCK == CCK_OtherCast;

Completed in 61 milliseconds