Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1424 const ASTRecordLayout &DerivedLayout = in getVirtualFunctionPrologueThisAdjustment() local
1426 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase); in getVirtualFunctionPrologueThisAdjustment()
2163 const ASTRecordLayout &DerivedLayout = getContext().getASTRecordLayout(RD); in emitVBTableDefinition() local
2175 CharUnits Offset = DerivedLayout.getVBaseClassOffset(VBase); in emitVBTableDefinition()
2182 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr()); in emitVBTableDefinition()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp3085 const ASTRecordLayout &DerivedLayout = in AddMethods() local
3088 DerivedLayout.getVBPtrOffset().getQuantity(); in AddMethods()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp1016 const ASTRecordLayout &DerivedLayout = in DiagnoseReinterpretUpDownCast() local
1018 Offset += DerivedLayout.getBaseClassOffset(BaseRD); in DiagnoseReinterpretUpDownCast()