Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp708 void ComputeBaseSubobjectInfo(const CXXRecordDecl *RD);
712 BaseSubobjectInfo *ComputeBaseSubobjectInfo(const CXXRecordDecl *RD,
871 BaseSubobjectInfo *ItaniumRecordLayoutBuilder::ComputeBaseSubobjectInfo( in ComputeBaseSubobjectInfo() function in ItaniumRecordLayoutBuilder
930 Info->Bases.push_back(ComputeBaseSubobjectInfo(BaseDecl, IsVirtual, Info)); in ComputeBaseSubobjectInfo()
948 void ItaniumRecordLayoutBuilder::ComputeBaseSubobjectInfo( in ComputeBaseSubobjectInfo() function in ItaniumRecordLayoutBuilder
956 BaseSubobjectInfo *Info = ComputeBaseSubobjectInfo(BaseDecl, IsVirtual, in ComputeBaseSubobjectInfo()
996 ComputeBaseSubobjectInfo(RD); in LayoutNonVirtualBases()