Searched refs:InhCtorA (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dcxx-decls-merged.h29 struct InhCtorA { InhCtorA(int); }; struct
30 struct InhCtorB : InhCtorA { using InhCtorA::InhCtorA; };
H A Dcxx-decls-imported.h51 struct InhCtorA { InhCtorA(int); }; struct
52 struct InhCtorB : InhCtorA { using InhCtorA::InhCtorA; };

Completed in 52 milliseconds