HomeSort by: relevance | last modified time | path
    Searched refs:kind_nonatomic (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h 30 kind_nonatomic = 0x40, enumerator in enum:clang::ObjCPropertyAttribute::Kind
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 294 if (Attributes & ObjCPropertyAttribute::kind_nonatomic)
295 attributesAsWritten |= ObjCPropertyAttribute::kind_nonatomic;
342 ObjCPropertyAttribute::kind_nonatomic) == 0;
344 ObjCPropertyAttribute::kind_nonatomic) == 0;
356 if (Attrs & ObjCPropertyAttribute::kind_nonatomic)
370 ObjCPropertyAttribute::kind_nonatomic);
378 Attrs |= ObjCPropertyAttribute::kind_nonatomic;
681 if (Attributes & ObjCPropertyAttribute::kind_nonatomic)
682 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic);
1122 ObjCPropertyAttribute::kind_nonatomic)) == 0)
    [all...]
SemaCodeComplete.cpp 6833 ObjCPropertyAttribute::kind_nonatomic))
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1497 ObjCPropertyAttribute::kind_nonatomic) {
JSONNodeDumper.cpp 1030 Attrs & ObjCPropertyAttribute::kind_nonatomic);
TextNodeDumper.cpp 2245 if (Attrs & ObjCPropertyAttribute::kind_nonatomic)
ASTContext.cpp 7144 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 946 !(Attributes & ObjCPropertyAttribute::kind_nonatomic) &&
1027 if (Attributes & ObjCPropertyAttribute::kind_nonatomic)
RewriteObjC.cpp 794 !(Attributes & ObjCPropertyAttribute::kind_nonatomic) &&
875 if (Attributes & ObjCPropertyAttribute::kind_nonatomic)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 882 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic);

Completed in 155 milliseconds