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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp851 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
853 if (GenSetProperty && !objcSetPropertyDefined) {
865 if (GenSetProperty) {
H A DRewriteModernObjC.cpp1005 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
1007 if (GenSetProperty && !objcSetPropertyDefined) {
1019 if (GenSetProperty) {

Completed in 66 milliseconds