HomeSort by relevance Sort by last modified time
    Searched full:object_getclass (Results 1 - 9 of 9) sorted by null

  /external/clang/test/SemaObjC/
deprecated-objc-introspection.m 29 [(*x).isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
30 [x->isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
81 (void)v->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
82 (void)w->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
83 (void)x->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
84 (void)y->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
  /external/clang/test/FixIt/
auto-isa-fixit.m 7 Class object_getClass(id);
  /external/clang/test/SemaObjCXX/
instantiate-expr.mm 24 // expected-warning 3 {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
49 // expected-warning 1 {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
  /external/chromium_org/third_party/ocmock/OCMock/
OCMArg.m 68 if((pointer != NULL) && (object_getClass((id)pointer) == [OCMPassByRefSetter class]))
  /external/chromium/chrome/browser/ui/cocoa/
objc_zombie.mm 122 Class wasa = object_getClass(self);
173 if (object_getClass(object) == g_fatZombieClass)
  /external/chromium_org/chrome/common/mac/
objc_zombie.mm 104 Class wasa = object_getClass(self);
197 } else if (object_getClass(object) == g_fatZombieClass) {
  /external/clang/lib/Sema/
SemaExpr.cpp 527 &S.Context.Idents.get("object_getClass"),
531 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_getClass(") <<
586 &Context.Idents.get("object_getClass"),
590 FixItHint::CreateInsertion(OISA->getLocStart(), "object_getClass(") <<
    [all...]
  /prebuilts/sdk/tools/linux/
libclang.so 
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td 662 "object_getClass()">, InGroup<DeprecatedObjCIsaUsage>;
    [all...]

Completed in 159 milliseconds