Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp158 !(Attributes & ObjCDeclSpec::DQ_PR_readonly)); in ActOnProperty()
256 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in makePropertyAttributesAsWritten()
382 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in HandlePropertyInClassExtension()
607 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) in CreatePropertyDecl()
2021 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
2030 if (Attributes & ObjCDeclSpec::DQ_PR_readonly) { in CheckObjCPropertyAttributes()
2154 else if (!(Attributes & ObjCDeclSpec::DQ_PR_readonly)) { in CheckObjCPropertyAttributes()
2182 &&!(Attributes & ObjCDeclSpec::DQ_PR_readonly) in CheckObjCPropertyAttributes()
2187 !(Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
2192 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in CheckObjCPropertyAttributes()
DSemaCodeComplete.cpp4700 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) && in ObjCPropertyFlagConflicts()
4733 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly)) in CodeCompleteObjCPropertyFlags()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h784 DQ_PR_readonly = 0x01, enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp587 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); in ParseObjCPropertyAttribute()