OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InhCtorA
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/Inputs/
cxx-decls-merged.h
29
struct
InhCtorA
{
InhCtorA
(int); };
30
struct InhCtorB :
InhCtorA
{ using
InhCtorA
::
InhCtorA
; };
cxx-decls-imported.h
51
struct
InhCtorA
{
InhCtorA
(int); };
52
struct InhCtorB :
InhCtorA
{ using
InhCtorA
::
InhCtorA
; };
Completed in 646 milliseconds