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 __anonfb1c69490111::ItaniumCXXABI
91 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon8b0121080111::MicrosoftCXXABI
796 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
8489 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext8491 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
486 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in accumulateVBases()501 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
1916 bool isNearlyEmpty(const CXXRecordDecl *RD) const;