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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 277 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_nonatomic;
372 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_nonatomic);
606 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_nonatomic);
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 793 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
    [all...]
RewriteModernObjC.cpp     [all...]

Completed in 148 milliseconds