Searched refs:GenSetProperty (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1028 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
1030 if (GenSetProperty && !objcSetPropertyDefined) {
1042 if (GenSetProperty) {
H A DRewriteObjC.cpp860 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
862 if (GenSetProperty && !objcSetPropertyDefined) {
874 if (GenSetProperty) {

Completed in 83 milliseconds