Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp108 bool CXXRecordDecl::isProvablyNotDerivedFrom(const CXXRecordDecl *Base) const { in isProvablyNotDerivedFrom() function in CXXRecordDecl
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp32 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record, in isProvablyNotDerivedFrom() function