Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h421 const CXXRecordDecl *getVBaseWithVPtr() const { in getVBaseWithVPtr() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp2572 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
2896 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr()); in CalculateVtordispAdjustment()
2902 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr()) in CalculateVtordispAdjustment()
3029 WhichVFPtr.getVBaseWithVPtr()) in AddMethods()
3380 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr()) in computeVTablePaths()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1178 if (VBT->getVBaseWithVPtr()) in EmitVBPtrStores()
1179 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in EmitVBPtrStores()
1961 if (VBT.getVBaseWithVPtr()) in emitVBTableDefinition()
1963 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
3523 if (const CXXRecordDecl *VBase = Info->getVBaseWithVPtr()) in getCompleteObjectLocator()