Home
last modified time | relevance | path

Searched refs:getBaseSharingVBPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h329 const CXXRecordDecl *getBaseSharingVBPtr() const { in getBaseSharingVBPtr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3340 Base == (ForVBTables ? Layout.getBaseSharingVBPtr() in computeVTablePaths()
3727 if (const CXXRecordDecl *VBPtrBase = Layout.getBaseSharingVBPtr()) { in computeVBTableRelatedInformation()
H A DASTContext.cpp2533 while (const CXXRecordDecl *Base = Layout->getBaseSharingVBPtr()) { in getOffsetOfBaseWithVBPtr()