Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h442 const CXXRecordDecl *getVBaseWithVPtr() const { in getVBaseWithVPtr() function
/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h489 const CXXRecordDecl *getVBaseWithVPtr() const { in getVBaseWithVPtr() function
/external/llvm-project/clang/lib/AST/
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()
/external/clang/lib/AST/
DVTableBuilder.cpp2529 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(), in LayoutVFTable()
2847 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr()); in CalculateVtordispAdjustment()
2853 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr()) in CalculateVtordispAdjustment()
2982 WhichVFPtr.getVBaseWithVPtr()) in AddMethods()
3328 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr()) in computeVTablePaths()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp105 if (VBT->getVBaseWithVPtr()) in getVBPtrOffsets()
106 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in getVBPtrOffsets()
1272 if (VBT->getVBaseWithVPtr()) in EmitVBPtrStores()
1273 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in EmitVBPtrStores()
2152 if (VBT.getVBaseWithVPtr()) in emitVBTableDefinition()
2154 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
3774 if (const CXXRecordDecl *VBase = Info.getVBaseWithVPtr()) in getCompleteObjectLocator()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp104 if (VBT->getVBaseWithVPtr()) in getVBPtrOffsets()
105 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in getVBPtrOffsets()
1217 if (VBT->getVBaseWithVPtr()) in EmitVBPtrStores()
1218 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr()); in EmitVBPtrStores()
2021 if (VBT.getVBaseWithVPtr()) in emitVBTableDefinition()
2023 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
3610 if (const CXXRecordDecl *VBase = Info->getVBaseWithVPtr()) in getCompleteObjectLocator()