Searched refs:isNearlyEmpty (Results 1 – 7 of 7) sorted by relevance
49 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
247 bool isNearlyEmpty(const CXXRecordDecl *RD) const override {248 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { isNearlyEmpty() function in __anon4a8270da0211::ItaniumCXXABI
145 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon4c0750d90111::MicrosoftCXXABI
834 if (I.isVirtual() && Context.isNearlyEmpty(Base)) {
12915 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in getCommonNonSugarTypeNode() 12917 return ABI->isNearlyEmpty(RD); in getCommonNonSugarTypeNode() 12214 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { isNearlyEmpty() function in ASTContext
887 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in calculateTailClippingOffset() 905 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
2685 bool isNearlyEmpty(const CXXRecordDecl *RD) const; in hasSameNullabilityTypeQualifier()