Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCXXABI.h43 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
DItaniumCXXABI.cpp124 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anonae959d920111::ItaniumCXXABI
DMicrosoftCXXABI.cpp91 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon01988b910111::MicrosoftCXXABI
DRecordLayoutBuilder.cpp796 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
DASTContext.cpp8680 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext
8682 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp486 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in accumulateVBases()
501 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
/external/clang/include/clang/AST/
DASTContext.h1941 bool isNearlyEmpty(const CXXRecordDecl *RD) const;