Searched refs:MyInt (Results 1 – 3 of 3) sorted by relevance
4 typedef int MyInt; typedef11 NS::MyInt NS::gx = EnumVal;14 NS::MyInt x; in foo()51 typedef int MyInt; typedef
5 TYPEDEF(MyInt);7 MyInt gx;28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt
199 typedef int MyInt; typedef200 MyInt test26() { in test26()201 MyInt x; // expected-note{{initialize the variable 'x' to silence this warning}} in test26()