Searched refs:isNearlyEmpty (Results 1 – 6 of 6) sorted by relevance
49 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
248 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anona26199e70211::ItaniumCXXABI
846 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
12490 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext12492 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
887 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in calculateTailClippingOffset()905 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
2580 bool isNearlyEmpty(const CXXRecordDecl *RD) const;