Searched refs:isNearlyEmpty (Results 1 – 7 of 7) sorted by relevance
43 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
124 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anonae959d920111::ItaniumCXXABI
91 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon01988b910111::MicrosoftCXXABI
796 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
8680 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext8682 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
486 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in accumulateVBases()501 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
1941 bool isNearlyEmpty(const CXXRecordDecl *RD) const;