Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp155 !(Attributes & ObjCDeclSpec::DQ_PR_readonly)); in ActOnProperty()
247 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in makePropertyAttributesAsWritten()
354 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in HandlePropertyInClassExtension()
595 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in CreatePropertyDecl()
2124 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
2136 Attributes & ObjCDeclSpec::DQ_PR_readonly && in CheckObjCPropertyAttributes()
2249 else if (!(Attributes & ObjCDeclSpec::DQ_PR_readonly)) { in CheckObjCPropertyAttributes()
2277 &&!(Attributes & ObjCDeclSpec::DQ_PR_readonly) in CheckObjCPropertyAttributes()
2282 !(Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
2287 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
DSemaCodeComplete.cpp4796 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in ObjCPropertyFlagConflicts()
4829 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h794 DQ_PR_readonly = 0x01, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp554 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); in ParseObjCPropertyAttribute()