Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2547 static bool recordUsesEBO(const RecordDecl *RD) { in recordUsesEBO() function
2570 bool MDCUsesEBO = recordUsesEBO(RD); in layoutNonVirtualBase()
2777 BaseLayout.leadsWithZeroSizedBase() && !recordUsesEBO(RD)) || in layoutVirtualBases()
2816 if (!recordUsesEBO(RD) || !cast<CXXRecordDecl>(RD)->isEmpty()) { in finalizeLayout()