Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DVirtualClassDestructorCheck.cpp37 ast_matchers::internal::Matcher<CXXRecordDecl> InheritsVirtualMethod = in registerMatchers() local
42 anyOf(has(cxxMethodDecl(isVirtual())), InheritsVirtualMethod), in registerMatchers()