HomeSort by relevance Sort by last modified time
    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