Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp740 void ComputeBaseSubobjectInfo(const CXXRecordDecl *RD);
744 BaseSubobjectInfo *ComputeBaseSubobjectInfo(const CXXRecordDecl *RD,
907 BaseSubobjectInfo *ItaniumRecordLayoutBuilder::ComputeBaseSubobjectInfo( in ComputeBaseSubobjectInfo() function in ItaniumRecordLayoutBuilder
966 Info->Bases.push_back(ComputeBaseSubobjectInfo(BaseDecl, IsVirtual, Info)); in ComputeBaseSubobjectInfo()
984 void ItaniumRecordLayoutBuilder::ComputeBaseSubobjectInfo( in ComputeBaseSubobjectInfo() function in ItaniumRecordLayoutBuilder
992 BaseSubobjectInfo *Info = ComputeBaseSubobjectInfo(BaseDecl, IsVirtual, in ComputeBaseSubobjectInfo()
1031 ComputeBaseSubobjectInfo(RD); in LayoutNonVirtualBases()