HomeSort by relevance Sort by last modified time
    Searched refs:InhCtorB (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Modules/Inputs/
cxx-decls-merged.h 30 struct InhCtorB : InhCtorA { using InhCtorA::InhCtorA; };
cxx-decls-imported.h 52 struct InhCtorB : InhCtorA { using InhCtorA::InhCtorA; };
  /external/clang/test/Modules/
cxx-decls.cpp 55 InhCtorB inhctorb(2);

Completed in 112 milliseconds