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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp852 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
854 if (GenSetProperty && !objcSetPropertyDefined) {
866 if (GenSetProperty) {
H A DRewriteModernObjC.cpp1006 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
1008 if (GenSetProperty && !objcSetPropertyDefined) {
1020 if (GenSetProperty) {

Completed in 141 milliseconds