Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/stress1/
Dcommon.h11 struct S00 { struct
16 S00(char x) : c(x) {} in S00() argument
17 S00(short x) : s(x) {} in S00() function
18 S00(int x) : i(x) {} in S00() function
31 struct S00 : N00::S00 {}; argument
/external/clang/test/PCH/
Dcxx-key-functions.cpp8 struct S00 { virtual void f(); }; struct