Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dfuchsia-multiple-inheritance.cpp130 struct Static_Base_2 {}; struct
131 struct V13 : virtual Static_Base_2 { static void f(); };
132 struct V14 : virtual Static_Base_2 { static void g(); };