Searched refs:InhCtorA (Results 1 – 2 of 2) sorted by relevance
29 struct InhCtorA { InhCtorA(int); }; struct30 struct InhCtorB : InhCtorA { using InhCtorA::InhCtorA; };
51 struct InhCtorA { InhCtorA(int); }; struct52 struct InhCtorB : InhCtorA { using InhCtorA::InhCtorA; };