Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp269 if (Attributes & ObjCDeclSpec::DQ_PR_atomic) in makePropertyAttributesAsWritten()
360 if (Attributes & ObjCDeclSpec::DQ_PR_atomic) in HandlePropertyInClassExtension()
2231 if ((Attributes & ObjCDeclSpec::DQ_PR_atomic) && in CheckObjCPropertyAttributes()
2235 Attributes &= ~ObjCDeclSpec::DQ_PR_atomic; in CheckObjCPropertyAttributes()
DSemaCodeComplete.cpp4846 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_atomic)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h802 DQ_PR_atomic = 0x100, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp570 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic); in ParseObjCPropertyAttribute()