Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3521 const ASTRecordLayout &MostDerivedLayout, in findPathsToSubobject() argument
3536 ? MostDerivedLayout.getVBaseClassOffset(Base) in findPathsToSubobject()
3539 findPathsToSubobject(Context, MostDerivedLayout, Base, NewOffset, in findPathsToSubobject()
3564 const ASTRecordLayout &MostDerivedLayout = in getOffsetOfFullPath() local
3583 Offset = BaseBS->isVirtual() ? MostDerivedLayout.getVBaseClassOffset(Base) in getOffsetOfFullPath()
3666 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); in computeFullPathsForVFTables() local
3671 Context, MostDerivedLayout, RD, CharUnits::Zero(), in computeFullPathsForVFTables()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4292 const ASTRecordLayout &MostDerivedLayout = in getCatchableTypeArray() local
4310 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()