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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 45 ObjCPropertyDecl::OBJC_PR_strong |
86 attr = ObjCPropertyDecl::OBJC_PR_strong;
161 ObjCPropertyDecl::OBJC_PR_strong |
295 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong;
657 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
787 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
794 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 127 ObjCPropertyDecl::OBJC_PR_strong))
TransProperties.cpp 176 ObjCPropertyDecl::OBJC_PR_strong |
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 258 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong;
    [all...]

Completed in 650 milliseconds