Home
last modified time | relevance | path

Searched refs:DerivedLayout (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DSlicingCheck.cpp124 const auto &DerivedLayout = in check() local
127 DerivedLayout.getDataSize() - BaseLayout.getDataSize(); in check()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1402 const ASTRecordLayout &DerivedLayout = in getVirtualFunctionPrologueThisAdjustment() local
1404 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase); in getVirtualFunctionPrologueThisAdjustment()
2135 const ASTRecordLayout &DerivedLayout = getContext().getASTRecordLayout(RD); in emitVBTableDefinition() local
2147 CharUnits Offset = DerivedLayout.getVBaseClassOffset(VBase); in emitVBTableDefinition()
2154 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1288 const ASTRecordLayout &DerivedLayout = in getVirtualFunctionPrologueThisAdjustment() local
1290 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase); in getVirtualFunctionPrologueThisAdjustment()
2004 const ASTRecordLayout &DerivedLayout = getContext().getASTRecordLayout(RD); in emitVBTableDefinition() local
2016 CharUnits Offset = DerivedLayout.getVBaseClassOffset(VBase); in emitVBTableDefinition()
2023 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
/external/clang/lib/Sema/
DSemaCast.cpp804 const ASTRecordLayout &DerivedLayout = in DiagnoseReinterpretUpDownCast() local
806 Offset += DerivedLayout.getBaseClassOffset(BaseRD); in DiagnoseReinterpretUpDownCast()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1005 const ASTRecordLayout &DerivedLayout = in DiagnoseReinterpretUpDownCast() local
1007 Offset += DerivedLayout.getBaseClassOffset(BaseRD); in DiagnoseReinterpretUpDownCast()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp3084 const ASTRecordLayout &DerivedLayout = in AddMethods() local
3087 DerivedLayout.getVBPtrOffset().getQuantity(); in AddMethods()
/external/clang/lib/AST/
DVTableBuilder.cpp3061 const ASTRecordLayout &DerivedLayout = in AddMethods() local
3064 DerivedLayout.getVBPtrOffset().getQuantity(); in AddMethods()