HomeSort by relevance Sort by last modified time
    Searched refs:GenGetProperty (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 805 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
809 if (GenGetProperty && !objcGetPropertyDefined) {
820 if (GenGetProperty) {
    [all...]
RewriteObjC.cpp 787 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
791 if (GenGetProperty && !objcGetPropertyDefined) {
802 if (GenGetProperty) {
    [all...]

Completed in 29 milliseconds