Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1462 const ASTRecordLayout &DerivedLayout = in getVirtualFunctionPrologueThisAdjustment() local
1464 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase); in getVirtualFunctionPrologueThisAdjustment()
2190 const ASTRecordLayout &DerivedLayout = getContext().getASTRecordLayout(RD); in emitVBTableDefinition() local
2202 CharUnits Offset = DerivedLayout.getVBaseClassOffset(VBase); in emitVBTableDefinition()
2209 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3181 const ASTRecordLayout &DerivedLayout = in AddMethods() local
3184 DerivedLayout.getVBPtrOffset().getQuantity(); in AddMethods()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1055 const ASTRecordLayout &DerivedLayout = in DiagnoseReinterpretUpDownCast() local
1057 Offset += DerivedLayout.getBaseClassOffset(BaseRD); in DiagnoseReinterpretUpDownCast()