Searched refs:isNearlyEmpty (Results 1 – 6 of 6) sorted by relevance
39 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
48 bool isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in __anonac34ba0f0111::ItaniumCXXABI
39 bool isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in __anone370bb4e0111::MicrosoftCXXABI
810 if (I->isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
7341 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext7343 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
1534 bool isNearlyEmpty(const CXXRecordDecl *RD) const;