Home
last modified time | relevance | path

Searched refs:Iface1 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaObjC/
Dovl-check.m8 @interface Iface1 @end interface
16 - (void) test:(Iface1 *)arg; argument
17 - (void) test2:(Iface1 *)arg; argument
21 void testTakesIface1(id x, Iface1 *arg) {
/external/clang/lib/AST/
DASTImporter.cpp892 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent() local
895 Iface1->getDecl(), Iface2->getDecl())) in IsStructurallyEquivalent()