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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp792 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && local
796 if (GenGetProperty && !objcGetPropertyDefined) {
807 if (GenGetProperty) {
H A DRewriteModernObjC.cpp944 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && local
948 if (GenGetProperty && !objcGetPropertyDefined) {
959 if (GenGetProperty) {

Completed in 127 milliseconds