Lines Matching refs:Int3
4 @class Int1, Int2, Int3, Int4;
6 @interface Int3 interface
11 @interface Int2 : Int3
19 @implementation Int3 implementation
25 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int3}
30 // CHECK-CC2-NEXT: ObjCInterfaceDecl:{TypedText Int3}
34 // CHECK-CC3-NEXT: ObjCInterfaceDecl:{TypedText Int3}
39 // CHECK-CC4-NEXT: ObjCInterfaceDecl:{TypedText Int3}
43 // CHECK-CC5-NEXT: ObjCInterfaceDecl:{TypedText Int3}
52 [Int3 message:1];
58 // CHECK-USE: ObjCInterfaceDecl:{TypedText Int3} (50)