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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 127 ObjCPropertyDecl::OBJC_PR_copy |
TransProperties.cpp 195 if (propAttrs & (ObjCPropertyDecl::OBJC_PR_copy |
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 43 ObjCPropertyDecl::OBJC_PR_copy)) {
192 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_copy;
312 ObjCPropertyDecl::OBJC_PR_copy |
349 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_copy);
461 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_copy);
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 1019 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) {
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 807 ObjCPropertyDecl::OBJC_PR_copy));
    [all...]
RewriteObjC.cpp 789 ObjCPropertyDecl::OBJC_PR_copy));
    [all...]

Completed in 40 milliseconds