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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h 26 kind_assign = 0x04, enumerator in enum:clang::ObjCPropertyAttribute::Kind
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp 276 if (Attrs & ObjCPropertyAttribute::kind_assign)
304 (ObjCPropertyAttribute::kind_assign |
TransProperties.cpp 185 if (propAttrs & ObjCPropertyAttribute::kind_assign) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 54 if (attrs & ObjCPropertyAttribute::kind_assign &&
153 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
163 if (result & (ObjCPropertyAttribute::kind_assign |
165 result |= ObjCPropertyAttribute::kind_assign |
282 if (Attributes & ObjCPropertyAttribute::kind_assign)
283 attributesAsWritten |= ObjCPropertyAttribute::kind_assign;
579 if (Attributes & (ObjCPropertyAttribute::kind_assign |
592 !(Attributes & ObjCPropertyAttribute::kind_assign)) {
678 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign);
688 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign);
    [all...]
SemaCodeComplete.cpp 6786 (ObjCPropertyAttribute::kind_assign |
6791 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign &&
6816 ObjCPropertyAttribute::kind_assign))
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1506 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) {
JSONNodeDumper.cpp 1024 attributeOnlyIfTrue("assign", Attrs & ObjCPropertyAttribute::kind_assign);
TextNodeDumper.cpp 2237 if (Attrs & ObjCPropertyAttribute::kind_assign)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 870 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign);

Completed in 78 milliseconds