Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSlicingCheck.cpp123 const auto &DerivedLayout = in check() local
126 DerivedLayout.getDataSize() - BaseLayout.getDataSize(); in check()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1419 const ASTRecordLayout &DerivedLayout = in getVirtualFunctionPrologueThisAdjustment() local
1421 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase); in getVirtualFunctionPrologueThisAdjustment()
2154 const ASTRecordLayout &DerivedLayout = getContext().getASTRecordLayout(RD); in emitVBTableDefinition() local
2166 CharUnits Offset = DerivedLayout.getVBaseClassOffset(VBase); in emitVBTableDefinition()
2173 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3084 const ASTRecordLayout &DerivedLayout = in AddMethods() local
3087 DerivedLayout.getVBPtrOffset().getQuantity(); in AddMethods()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp1015 const ASTRecordLayout &DerivedLayout = in DiagnoseReinterpretUpDownCast() local
1017 Offset += DerivedLayout.getBaseClassOffset(BaseRD); in DiagnoseReinterpretUpDownCast()