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

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 783 static bool objcGetPropertyDefined = false;
809 if (GenGetProperty && !objcGetPropertyDefined) {
810 objcGetPropertyDefined = true;
    [all...]
RewriteObjC.cpp 765 static bool objcGetPropertyDefined = false;
791 if (GenGetProperty && !objcGetPropertyDefined) {
792 objcGetPropertyDefined = true;
    [all...]

Completed in 174 milliseconds