HomeSort by relevance Sort by last modified time
    Searched refs:castExprType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 71 QualType castExprType = castExpr->getType();
74 castExprType->isObjCObjectPointerType())
77 !castExprType->isObjCObjectPointerType())
80 bool exprRetainable = castExprType->isObjCIndirectLifetimeType();
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 112 milliseconds