Home
last modified time | relevance | path

Searched defs:isProvablyNotDerivedFrom (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDCXXInheritance.cpp109 bool CXXRecordDecl::isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const { in isProvablyNotDerivedFrom() function in CXXRecordDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprMember.cpp34 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record, in isProvablyNotDerivedFrom() function