Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRecordLayout.h329 const CXXRecordDecl *getBaseSharingVBPtr() const { in getBaseSharingVBPtr() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp3337 Base == (ForVBTables ? Layout.getBaseSharingVBPtr() in computeVTablePaths()
3724 if (const CXXRecordDecl *VBPtrBase = Layout.getBaseSharingVBPtr()) { in computeVBTableRelatedInformation()
H A DASTContext.cpp2588 while (const CXXRecordDecl *Base = Layout->getBaseSharingVBPtr()) { in getOffsetOfBaseWithVBPtr()