Home
last modified time | relevance | path

Searched defs:MultiDerived (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp13 class MultiDerived : public Base, public Base2 { class
H A Dpro-type-cstyle-cast.cpp35 class MultiDerived : public Base, public Base2 { class
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4796 StringRef MultiDerived = R"cc( TEST_P() local