Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp3426 const ASTRecordLayout &MostDerivedLayout, in findPathsToSubobject() argument
3441 ? MostDerivedLayout.getVBaseClassOffset(Base) in findPathsToSubobject()
3444 findPathsToSubobject(Context, MostDerivedLayout, Base, NewOffset, in findPathsToSubobject()
3469 const ASTRecordLayout &MostDerivedLayout = in getOffsetOfFullPath() local
3488 Offset = BaseBS->isVirtual() ? MostDerivedLayout.getVBaseClassOffset(Base) in getOffsetOfFullPath()
3571 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); in computeFullPathsForVFTables() local
3576 Context, MostDerivedLayout, RD, CharUnits::Zero(), in computeFullPathsForVFTables()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4193 const ASTRecordLayout &MostDerivedLayout = in getCatchableTypeArray() local
4211 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()