Home
last modified time | relevance | path

Searched refs:InhCtorA (Results 1 – 4 of 4) sorted by relevance

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