Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp195 !(Attributes & ObjCDeclSpec::DQ_PR_readonly)); in ActOnProperty()
282 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in makePropertyAttributesAsWritten()
641 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in CreatePropertyDecl()
2286 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
2403 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) { in CheckObjCPropertyAttributes()
2437 &&!(Attributes & ObjCDeclSpec::DQ_PR_readonly) in CheckObjCPropertyAttributes()
2442 !(Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
2447 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
DSemaCodeComplete.cpp4862 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in ObjCPropertyFlagConflicts()
4895 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h781 DQ_PR_readonly = 0x01, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp891 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); in ParseObjCPropertyAttribute()