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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp158 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
256 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
367 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
574 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
785 bool warn = (Attributes & ObjCDeclSpec::DQ_PR_readonly);
806 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) {
2049 (Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
2067 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
2073 else if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
2203 else if (!(Attributes & ObjCDeclSpec::DQ_PR_readonly)) {
[all...]
H A DSemaCodeComplete.cpp4698 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
4731 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly))
/external/clang/include/clang/Sema/
H A DDeclSpec.h761 DQ_PR_readonly = 0x01, enumerator in enum:clang::ObjCDeclSpec::ObjCPropertyAttributeKind
/external/clang/lib/Parse/
H A DParseObjc.cpp584 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);

Completed in 107 milliseconds