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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp955 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && local
959 if (GenGetProperty && !objcGetPropertyDefined) {
970 if (GenGetProperty) {
H A DRewriteObjC.cpp791 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && local
795 if (GenGetProperty && !objcGetPropertyDefined) {
806 if (GenGetProperty) {

Completed in 144 milliseconds