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

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 195 if (!Attr.ModifiedType->isObjCRetainableType()) {
210 !Attr.ModifiedType->isObjCRetainableType())
236 if (T.isNull() || !T->isObjCRetainableType())
TransProperties.cpp 133 if (!getPropertyType(props)->isObjCRetainableType())
Transforms.cpp 357 return !AttrT->getModifiedType()->isObjCRetainableType();
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 380 if (QT->isObjCRetainableType()) {
  /external/clang/lib/CodeGen/
CGBlocks.cpp 368 } else if (variable->getType()->isObjCRetainableType()) {
    [all...]
CodeGenFunction.cpp 416 RetTy->isObjCRetainableType())
    [all...]
CGCall.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 56 type->isObjCRetainableType()) {
    [all...]
SemaType.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
DeclCXX.cpp 774 if (T->isObjCRetainableType() || T.isObjCGCStrong()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 94 milliseconds