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.cpp3519 const ASTRecordLayout &MostDerivedLayout, in findPathsToSubobject() argument
3534 ? MostDerivedLayout.getVBaseClassOffset(Base) in findPathsToSubobject()
3537 findPathsToSubobject(Context, MostDerivedLayout, Base, NewOffset, in findPathsToSubobject()
3562 const ASTRecordLayout &MostDerivedLayout = in getOffsetOfFullPath() local
3581 Offset = BaseBS->isVirtual() ? MostDerivedLayout.getVBaseClassOffset(Base) in getOffsetOfFullPath()
3664 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); in computeFullPathsForVFTables() local
3669 Context, MostDerivedLayout, RD, CharUnits::Zero(), in computeFullPathsForVFTables()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4299 const ASTRecordLayout &MostDerivedLayout = in getCatchableTypeArray() local
4317 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()