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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3378 const ASTRecordLayout &MostDerivedLayout,
3393 ? MostDerivedLayout.getVBaseClassOffset(Base)
3396 findPathsToSubobject(Context, MostDerivedLayout, Base, NewOffset,
3421 const ASTRecordLayout &MostDerivedLayout = local
3440 Offset = BaseBS->isVirtual() ? MostDerivedLayout.getVBaseClassOffset(Base)
3523 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); local
3528 Context, MostDerivedLayout, RD, CharUnits::Zero(),
3377 findPathsToSubobject(ASTContext &Context, const ASTRecordLayout &MostDerivedLayout, const CXXRecordDecl *RD, CharUnits Offset, BaseSubobject IntroducingObject, FullPathTy &FullPath, std::list<FullPathTy> &Paths) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4141 const ASTRecordLayout &MostDerivedLayout = local
4159 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity();

Completed in 139 milliseconds