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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp800 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && local
804 if (GenGetProperty && !objcGetPropertyDefined) {
815 if (GenGetProperty) {
H A DRewriteModernObjC.cpp967 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && local
971 if (GenGetProperty && !objcGetPropertyDefined) {
982 if (GenGetProperty) {

Completed in 106 milliseconds