Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h490 const CXXRecordDecl *getVBaseWithVPtr() const { in getVBaseWithVPtr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp2558 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
2868 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr()); in CalculateVtordispAdjustment()
2874 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr()) in CalculateVtordispAdjustment()
3003 WhichVFPtr.getVBaseWithVPtr()) in AddMethods()
3351 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr()) in computeVTablePaths()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp105 if (VBT->getVBaseWithVPtr()) in getVBPtrOffsets()
106 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in getVBPtrOffsets()
1282 if (VBT->getVBaseWithVPtr()) in EmitVBPtrStores()
1283 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in EmitVBPtrStores()
2164 if (VBT.getVBaseWithVPtr()) in emitVBTableDefinition()
2166 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
3790 if (const CXXRecordDecl *VBase = Info.getVBaseWithVPtr()) in getCompleteObjectLocator()