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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp266 if (Attributes & ObjCDeclSpec::DQ_PR_nonatomic)
357 if (Attributes & ObjCDeclSpec::DQ_PR_nonatomic)
623 if (Attributes & ObjCDeclSpec::DQ_PR_nonatomic)
2192 (Attributes & ObjCDeclSpec::DQ_PR_nonatomic)) {
H A DSemaCodeComplete.cpp4699 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nonatomic))
/external/clang/include/clang/Sema/
H A DDeclSpec.h783 DQ_PR_nonatomic = 0x40, enumerator in enum:clang::ObjCDeclSpec::ObjCPropertyAttributeKind
/external/clang/lib/Parse/
H A DParseObjc.cpp602 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic);

Completed in 150 milliseconds