Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp853 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl() local
855 if (GenSetProperty && !objcSetPropertyDefined) { in RewritePropertyImplDecl()
867 if (GenSetProperty) { in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp1006 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl() local
1008 if (GenSetProperty && !objcSetPropertyDefined) { in RewritePropertyImplDecl()
1020 if (GenSetProperty) { in RewritePropertyImplDecl()