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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 47 } else if (attrs & ObjCPropertyDecl::OBJC_PR_weak) {
86 attr = ObjCPropertyDecl::OBJC_PR_weak;
261 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_weak;
308 ObjCPropertyDecl::OBJC_PR_weak |
439 bool PropertyIsWeak = ((PIkind & ObjCPropertyDecl::OBJC_PR_weak) != 0);
611 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak);
739 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak);
    [all...]
SemaPseudoObject.cpp 544 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 195 ObjCPropertyDecl::OBJC_PR_weak))
  /external/clang/lib/Analysis/
BodyFarm.cpp 397 if (Prop->getPropertyAttributes() & 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...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 149 milliseconds