Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1446 const ASTRecordLayout &DerivedLayout = in getVirtualFunctionPrologueThisAdjustment() local
1448 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase); in getVirtualFunctionPrologueThisAdjustment()
2179 const ASTRecordLayout &DerivedLayout = getContext().getASTRecordLayout(RD); in emitVBTableDefinition() local
2191 CharUnits Offset = DerivedLayout.getVBaseClassOffset(VBase); in emitVBTableDefinition()
2198 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3088 const ASTRecordLayout &DerivedLayout = in AddMethods() local
3091 DerivedLayout.getVBPtrOffset().getQuantity(); in AddMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1047 const ASTRecordLayout &DerivedLayout = in DiagnoseReinterpretUpDownCast() local
1049 Offset += DerivedLayout.getBaseClassOffset(BaseRD); in DiagnoseReinterpretUpDownCast()