Searched refs:testInterface (Results 1 – 2 of 2) sorted by relevance
30 if (auto testInterface = dyn_cast<TestTypeInterface>(type)) { in runOnOperation() local31 testInterface.printTypeA(op->getLoc()); in runOnOperation()32 testInterface.printTypeB(op->getLoc()); in runOnOperation()33 testInterface.printTypeC(op->getLoc()); in runOnOperation()34 testInterface.printTypeD(op->getLoc()); in runOnOperation()37 TestTypeInterface result = testInterface.printTypeRet(op->getLoc()); in runOnOperation()
13 @interface testInterface interface15 // CHECK-OBJC_INTERFACE: ObjCInterfaceDecl{{.*}} testInterface18 @interface testInterface () interface in testInterface26 @interface testInterface (testCategory) category