Home
last modified time | relevance | path

Searched refs:InhCtorB (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Modules/Inputs/
Dcxx-decls-merged.h30 struct InhCtorB : InhCtorA { using InhCtorA::InhCtorA; }; struct
Dcxx-decls-imported.h52 struct InhCtorB : InhCtorA { using InhCtorA::InhCtorA; }; struct
/external/clang/test/Modules/
Dcxx-decls.cpp55 InhCtorB inhctorb(2);