OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isProvablyNotDerivedFrom
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
32
static bool
isProvablyNotDerivedFrom
(Sema &SemaRef, CXXRecordDecl *Record,
187
if (
isProvablyNotDerivedFrom
(SemaRef, contextClass, Classes))
575
!BaseRecord->
isProvablyNotDerivedFrom
(MemberRecord))
SemaDeclCXX.cpp
11667
if (cast<CXXRecordDecl>(CurContext)->
isProvablyNotDerivedFrom
(OrigRec)) {
11966
if (!RD || RequireMemberOf->
isProvablyNotDerivedFrom
(RD))
12501
if (cast<CXXRecordDecl>(CurContext)->
isProvablyNotDerivedFrom
(
/src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp
109
bool CXXRecordDecl::
isProvablyNotDerivedFrom
(const CXXRecordDecl *Base) const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
1549
bool
isProvablyNotDerivedFrom
(const CXXRecordDecl *Base) const;
Completed in 94 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026