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 88 QualType castExprType = castExpr->getType();
90 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType())
93 bool exprRetainable = castExprType->isObjCIndirectLifetimeType();
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 30 milliseconds