Searched refs:MostDerivedLayout (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3446 findPathForVPtr(ASTContext &Context, const ASTRecordLayout &MostDerivedLayout, in findPathForVPtr() argument 3472 NewOffset = MostDerivedLayout.getVBaseClassOffset(Base); in findPathForVPtr() 3475 if (findPathForVPtr(Context, MostDerivedLayout, Base, NewOffset, VBasesSeen, in findPathForVPtr() 3487 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); in computeFullPathsForVFTables() local 3490 findPathForVPtr(Context, MostDerivedLayout, RD, CharUnits::Zero(), in computeFullPathsForVFTables()
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 3559 const ASTRecordLayout &MostDerivedLayout = in getCatchableTypeArray() local 3577 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()
|