Home
last modified time | relevance | path

Searched refs:isNearlyEmpty (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/AST/
H A DCXXABI.h49 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
H A DItaniumCXXABI.cpp247 bool isNearlyEmpty(const CXXRecordDecl *RD) const override {
248 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { isNearlyEmpty() function in __anon4a8270da0211::ItaniumCXXABI
H A DMicrosoftCXXABI.cpp145 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon4c0750d90111::MicrosoftCXXABI
H A DRecordLayoutBuilder.cpp834 if (I.isVirtual() && Context.isNearlyEmpty(Base)) {
H A DASTContext.cpp12915 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
/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp887 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in calculateTailClippingOffset()
905 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
/llvm-project/clang/include/clang/AST/
H A DASTContext.h2685 bool isNearlyEmpty(const CXXRecordDecl *RD) const; in hasSameNullabilityTypeQualifier()