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

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 194 if (!Attr.ModifiedType->isObjCRetainableType()) {
209 !Attr.ModifiedType->isObjCRetainableType())
235 if (T.isNull() || !T->isObjCRetainableType())
TransUnbridgedCasts.cpp 90 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType())
105 if (castType->isObjCRetainableType())
TransProperties.cpp 133 if (!getPropertyType(props)->isObjCRetainableType())
Transforms.cpp 367 return !AttrT->getModifiedType()->isObjCRetainableType();
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 398 if (QT->isObjCRetainableType()) {
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 57 type->isObjCRetainableType()) {
    [all...]
SemaType.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 422 } else if (variable->getType()->isObjCRetainableType()) {
    [all...]
CodeGenFunction.cpp 459 RetTy->isObjCRetainableType())
    [all...]
CGCall.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
DeclCXX.cpp 655 if (T->isObjCRetainableType() || T.isObjCGCStrong()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 712 milliseconds