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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 42 ObjCPropertyDecl::OBJC_PR_strong |
82 attr = ObjCPropertyDecl::OBJC_PR_strong;
188 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong;
311 ObjCPropertyDecl::OBJC_PR_strong |
347 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
455 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
558 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
565 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
701 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 128 ObjCPropertyDecl::OBJC_PR_strong))
TransProperties.cpp 197 ObjCPropertyDecl::OBJC_PR_strong |
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 1014 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) {
    [all...]

Completed in 24 milliseconds