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 |
85 attr = ObjCPropertyDecl::OBJC_PR_strong;
269 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong;
320 ObjCPropertyDecl::OBJC_PR_strong |
473 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
590 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
712 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
719 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 129 ObjCPropertyDecl::OBJC_PR_strong))
TransProperties.cpp 199 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 255 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong;
    [all...]

Completed in 136 milliseconds