Searched defs:isDerivedFrom (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp91 bool CXXRecordDecl::isDerivedFrom(const CXXRecordDecl *Base) const { function in class:CXXRecordDecl
97 bool CXXRecordDecl::isDerivedFrom(const CXXRecordDecl *Base, function in class:CXXRecordDecl
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2830 AST_POLYMORPHIC_MATCHER_P( isDerivedFrom, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl), internal::Matcher<NamedDecl>, Base) argument
2845 AST_POLYMORPHIC_MATCHER_P_OVERLOAD( isDerivedFrom, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl), std::string, BaseName, 1) argument
[all...]

Completed in 126 milliseconds