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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp853 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
855 if (GenSetProperty && !objcSetPropertyDefined) {
867 if (GenSetProperty) {
H A DRewriteModernObjC.cpp1005 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | local
1007 if (GenSetProperty && !objcSetPropertyDefined) {
1019 if (GenSetProperty) {

Completed in 179 milliseconds