Searched defs:isDerivedFrom (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | CXXInheritance.cpp | 67 bool CXXRecordDecl::isDerivedFrom(const CXXRecordDecl *Base) const { isDerivedFrom() function in CXXRecordDecl |
/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 3270 AST_POLYMORPHIC_MATCHER_P(isDerivedFrom,AST_POLYMORPHIC_SUPPORTED_TYPES (CXXRecordDecl,ObjCInterfaceDecl),internal::Matcher<NamedDecl>,Base) AST_POLYMORPHIC_MATCHER_P() argument |