Searched refs:InheritsVirtualMethod (Results 1 – 1 of 1) sorted by relevance
37 ast_matchers::internal::Matcher<CXXRecordDecl> InheritsVirtualMethod = in registerMatchers() local42 anyOf(has(cxxMethodDecl(isVirtual())), InheritsVirtualMethod), in registerMatchers()