Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dvirtual-class-destructor.cpp345 class MostDerived final : public Base { class
347 MostDerived() = default;
348 ~MostDerived() = default;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-overloaded-virtual.cpp96 struct MostDerived: Derived1, Derived2 { struct
118 struct MostDerived: Derived3, Derived2 { struct