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

/external/clang/test/Modules/Inputs/stress1/
H A Dcommon.h8 namespace N01 { struct S00; }
11 struct S00 { struct in namespace:N00
16 S00(char x) : c(x) {} function in struct:N00::S00
17 S00(short x) : s(x) {} function in struct:N00::S00
18 S00(int x) : i(x) {} function in struct:N00::S00
31 struct S00 : N00::S00 {}; struct in struct:N00::S03
34 : U<int>::S00 {
41 template <> struct S03<S03<int>[42]> : S00 {};
45 struct S00 struct in namespace:N01
[all...]
/external/clang/test/PCH/
H A Dcxx-key-functions.cpp8 struct S00 { virtual void f(); }; struct
82 virtual void f(S00, S01, S02, S03, S04, S05, S06, S07, S08, S09,

Completed in 365 milliseconds