Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dfuchsia-multiple-inheritance.cpp117 struct Base6 { virtual void f(); }; struct
119 struct V15 : virtual Base6 { virtual void f() = 0; };