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

  /external/clang/test/SemaObjC/
opaque-is-access.m 21 [(*x).isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
22 [x->isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
opaque-is-access-warn.m 22 [(*x).isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
23 [x->isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of object_getClass()}}
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/clang/lib/Sema/
SemaExpr.cpp 579 &S.Context.Idents.get("object_getClass"),
583 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_getClass(") <<
638 &Context.Idents.get("object_getClass"),
642 FixItHint::CreateInsertion(OISA->getLocStart(), "object_getClass(") <<
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td     [all...]

Completed in 582 milliseconds