Searched defs:MyInt (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Index/
H A Dindex-refs.cpp4 typedef int MyInt; typedef in namespace:NS
11 NS::MyInt NS::gx = EnumVal;
14 NS::MyInt x;
51 typedef int MyInt; typedef in struct:TS
75 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt
80 // CHECK-NEXT: [indexEntityReference]: kind: typedef | name: MyInt
85 // CHECK-NEXT: [indexEntityReference]: kind: typedef | name: MyInt
105 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt | USR: c:index-refs.cpp@SP>1#T@TS>#t0.0#I@T@MyInt | {{.*}} | loc: 51:15 | semantic-container: [TS:50:8] | lexical-container: [TS:50:8]
108 [indexDeclaration]: kind: typedef | name: MyInt | US
[all...]
/external/clang/test/Sema/
H A Duninit-variables.c199 typedef int MyInt; typedef
200 MyInt test26() {
201 MyInt x; // expected-note{{initialize the variable 'x' to silence this warning}}

Completed in 130 milliseconds