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 44 ObjCPropertyDecl::OBJC_PR_strong |
84 attr = ObjCPropertyDecl::OBJC_PR_strong;
259 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong;
309 ObjCPropertyDecl::OBJC_PR_strong |
491 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
608 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
730 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
737 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 127 ObjCPropertyDecl::OBJC_PR_strong))
TransProperties.cpp 194 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 111 milliseconds