Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp3406 const ASTRecordLayout &MostDerivedLayout, in findPathsToSubobject() argument
3421 ? MostDerivedLayout.getVBaseClassOffset(Base) in findPathsToSubobject()
3424 findPathsToSubobject(Context, MostDerivedLayout, Base, NewOffset, in findPathsToSubobject()
3450 const ASTRecordLayout &MostDerivedLayout = in getOffsetOfFullPath() local
3469 Offset = BaseBS->isVirtual() ? MostDerivedLayout.getVBaseClassOffset(Base) in getOffsetOfFullPath()
3552 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); in computeFullPathsForVFTables() local
3557 Context, MostDerivedLayout, RD, CharUnits::Zero(), in computeFullPathsForVFTables()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp4016 const ASTRecordLayout &MostDerivedLayout = in getCatchableTypeArray() local
4034 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()