Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DVTableBuilder.h490 const CXXRecordDecl *getVBaseWithVPtr() const { in getVBaseWithVPtr() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp2559 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
2869 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr()); in CalculateVtordispAdjustment()
2875 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr()) in CalculateVtordispAdjustment()
3004 WhichVFPtr.getVBaseWithVPtr()) in AddMethods()
3350 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr()) in computeVTablePaths()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp109 if (VBT->getVBaseWithVPtr()) in getVBPtrOffsets()
110 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in getVBPtrOffsets()
1294 if (VBT->getVBaseWithVPtr()) in EmitVBPtrStores()
1295 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in EmitVBPtrStores()
2180 if (VBT.getVBaseWithVPtr()) in emitVBTableDefinition()
2182 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
3896 if (const CXXRecordDecl *VBase = Info.getVBaseWithVPtr()) in getCompleteObjectLocator()