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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 48 } else if (attrs & ObjCPropertyDecl::OBJC_PR_weak) {
87 attr = ObjCPropertyDecl::OBJC_PR_weak;
271 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_weak;
319 ObjCPropertyDecl::OBJC_PR_weak |
593 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak);
721 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak);
    [all...]
SemaPseudoObject.cpp 538 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 200 ObjCPropertyDecl::OBJC_PR_weak))
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 254 attrs &= ~ObjCPropertyDecl::OBJC_PR_weak;
    [all...]

Completed in 81 milliseconds