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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp130 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
185 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
294 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
487 if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
643 bool warn = (Attributes & ObjCDeclSpec::DQ_PR_readonly);
662 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) {
2001 (Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
2019 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
2025 else if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
2153 else if (!(Attributes & ObjCDeclSpec::DQ_PR_readonly)) {
[all...]
H A DSemaCodeComplete.cpp4601 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
4634 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly))
/external/clang/include/clang/Sema/
H A DDeclSpec.h732 DQ_PR_readonly = 0x01, enumerator in enum:clang::ObjCDeclSpec::ObjCPropertyAttributeKind
/external/clang/lib/Parse/
H A DParseObjc.cpp569 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);

Completed in 224 milliseconds