Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNonPrivateMemberVariablesInClassesCheck.cpp21 AST_MATCHER(CXXRecordDecl, hasMethods) { in AST_MATCHER() argument
78 Finder->addMatcher(cxxRecordDecl(anyOf(isStruct(), isClass()), hasMethods(), in registerMatchers()