Searched refs:DQ_PR_copy (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp161 !(Attributes & ObjCDeclSpec::DQ_PR_copy) &&
262 if (Attributes & ObjCDeclSpec::DQ_PR_copy)
460 ObjCDeclSpec::DQ_PR_copy |
492 if (Attributes & ObjCDeclSpec::DQ_PR_copy)
613 if (Attributes & ObjCDeclSpec::DQ_PR_copy)
2102 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2108 Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)");
2109 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy |
2116 if (Attributes & ObjCDeclSpec::DQ_PR_copy) {
2119 Attributes &= ~ObjCDeclSpec::DQ_PR_copy;
[all...]
H A DSemaCodeComplete.cpp4658 ObjCDeclSpec::DQ_PR_copy |
4665 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_copy &&
4697 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy))
/external/clang/include/clang/Sema/
H A DDeclSpec.h782 DQ_PR_copy = 0x20, enumerator in enum:clang::ObjCDeclSpec::ObjCPropertyAttributeKind
/external/clang/lib/Parse/
H A DParseObjc.cpp600 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy);

Completed in 3490 milliseconds