Home
last modified time | relevance | path

Searched refs:MostDerivedLayout (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp3423 const ASTRecordLayout &MostDerivedLayout, in findPathsToSubobject() argument
3438 ? MostDerivedLayout.getVBaseClassOffset(Base) in findPathsToSubobject()
3441 findPathsToSubobject(Context, MostDerivedLayout, Base, NewOffset, in findPathsToSubobject()
3466 const ASTRecordLayout &MostDerivedLayout = in getOffsetOfFullPath() local
3485 Offset = BaseBS->isVirtual() ? MostDerivedLayout.getVBaseClassOffset(Base) in getOffsetOfFullPath()
3568 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); in computeFullPathsForVFTables() local
3573 Context, MostDerivedLayout, RD, CharUnits::Zero(), in computeFullPathsForVFTables()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4299 const ASTRecordLayout &MostDerivedLayout = in getCatchableTypeArray() local
4317 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()