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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h 29 kind_copy = 0x20, enumerator in enum:clang::ObjCPropertyAttribute::Kind
DeclObjC.h 848 ObjCPropertyAttribute::kind_copy));
875 if (PropertyAttributes & ObjCPropertyAttribute::kind_copy)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 44 ObjCPropertyAttribute::kind_copy)) {
154 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_weak |
290 if (Attributes & ObjCPropertyAttribute::kind_copy)
291 attributesAsWritten |= ObjCPropertyAttribute::kind_copy;
671 if (Attributes & ObjCPropertyAttribute::kind_copy)
672 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_copy);
909 ObjCPropertyAttribute::kind_copy |
915 ObjCPropertyAttribute::kind_copy)) {
916 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_copy, "copy");
1654 if ((CAttr & ObjCPropertyAttribute::kind_copy) !
    [all...]
SemaCodeComplete.cpp 6788 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain |
6793 AssignCopyRetMask != ObjCPropertyAttribute::kind_copy &&
6830 if (!ObjCPropertyFlagConflicts(Attributes, ObjCPropertyAttribute::kind_copy))
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 123 ObjCPropertyAttribute::kind_copy |
TransProperties.cpp 173 (ObjCPropertyAttribute::kind_copy |
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1519 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) {
JSONNodeDumper.cpp 1028 attributeOnlyIfTrue("copy", Attrs & ObjCPropertyAttribute::kind_copy);
TextNodeDumper.cpp 2243 if (Attrs & ObjCPropertyAttribute::kind_copy)
ASTContext.cpp 7124 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 948 ObjCPropertyAttribute::kind_copy));
1008 ObjCPropertyAttribute::kind_copy);
1031 if (Attributes & ObjCPropertyAttribute::kind_copy)
RewriteObjC.cpp 796 ObjCPropertyAttribute::kind_copy));
856 ObjCPropertyAttribute::kind_copy);
879 if (Attributes & ObjCPropertyAttribute::kind_copy)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 880 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_copy);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 249 attrs &= ~ObjCPropertyAttribute::kind_copy;

Completed in 69 milliseconds