Searched refs:hasMethods (Results 1 – 1 of 1) sorted by relevance
21 AST_MATCHER(CXXRecordDecl, hasMethods) { in AST_MATCHER() argument78 Finder->addMatcher(cxxRecordDecl(anyOf(isStruct(), isClass()), hasMethods(), in registerMatchers()