Searched refs:hasDirectBase (Results 1 – 3 of 3) sorted by relevance
3971 hasDirectBase(hasType(cxxRecordDecl(hasName("Base"))))))); in TEST_P()3982 hasDirectBase(hasType(cxxRecordDecl(hasName("Base"))))))); in TEST_P()3986 hasDirectBase(hasType(cxxRecordDecl(hasName("Base2"))))))); in TEST_P()3996 hasDirectBase(hasType(cxxRecordDecl( in TEST_P()4001 hasDirectBase(hasType(cxxRecordDecl(hasName("Base"))))))); in TEST_P()
283 REGISTER_MATCHER(hasDirectBase); in RegistryMaps()
3005 AST_MATCHER_P(CXXRecordDecl, hasDirectBase, internal::Matcher<CXXBaseSpecifier>, in AST_MATCHER_P() argument