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 75 QualType castExprType = castExpr->getType();
78 castExprType->isObjCObjectPointerType())
81 !castExprType->isObjCObjectPointerType())
84 bool exprRetainable = castExprType->isObjCIndirectLifetimeType();
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 399 milliseconds