Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/fuchsia/
DMultipleInheritanceCheck.cpp21 AST_MATCHER(CXXRecordDecl, hasBases) { in AST_MATCHER() argument
93 cxxRecordDecl(allOf(hasBases(), isDefinition())).bind("decl"), this); in registerMatchers()