Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3422 const ASTRecordLayout &MostDerivedLayout, in findPathsToSubobject() argument
3437 ? MostDerivedLayout.getVBaseClassOffset(Base) in findPathsToSubobject()
3440 findPathsToSubobject(Context, MostDerivedLayout, Base, NewOffset, in findPathsToSubobject()
3465 const ASTRecordLayout &MostDerivedLayout = in getOffsetOfFullPath() local
3484 Offset = BaseBS->isVirtual() ? MostDerivedLayout.getVBaseClassOffset(Base) in getOffsetOfFullPath()
3567 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); in computeFullPathsForVFTables() local
3572 Context, MostDerivedLayout, RD, CharUnits::Zero(), in computeFullPathsForVFTables()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4286 const ASTRecordLayout &MostDerivedLayout = in getCatchableTypeArray() local
4304 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()