Searched defs: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.cpp1016 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
1018 if (GenSetProperty && !objcSetPropertyDefined) {
1030 if (GenSetProperty) {

Completed in 73 milliseconds