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

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 192 if (!Attr.ModifiedType->isObjCRetainableType()) {
207 !Attr.ModifiedType->isObjCRetainableType())
233 if (T.isNull() || !T->isObjCRetainableType())
TransUnbridgedCasts.cpp 98 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType())
113 if (castType->isObjCRetainableType())
TransProperties.cpp 132 if (!getPropertyType(props)->isObjCRetainableType())
Transforms.cpp 372 return !AttrT->getModifiedType()->isObjCRetainableType();
ObjCMT.cpp 326 bool RetainableObject = ArgType->isObjCRetainableType();
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 56 type->isObjCRetainableType()) {
    [all...]
SemaType.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 419 if (QT->isObjCRetainableType()) {
  /external/clang/lib/CodeGen/
CGBlocks.cpp 417 } else if (variable->getType()->isObjCRetainableType()) {
    [all...]
CodeGenFunction.cpp 642 RetTy->isObjCRetainableType())
    [all...]
CGCall.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
DeclCXX.cpp 687 if (T->isObjCRetainableType() || T.isObjCGCStrong()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 68 milliseconds