Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp3971 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()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp283 REGISTER_MATCHER(hasDirectBase); in RegistryMaps()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3005 AST_MATCHER_P(CXXRecordDecl, hasDirectBase, internal::Matcher<CXXBaseSpecifier>, in AST_MATCHER_P() argument