Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DCXXABI.h49 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
DMicrosoftCXXABI.cpp89 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon7be1091d0111::MicrosoftCXXABI
DItaniumCXXABI.cpp216 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anonad49481e0211::ItaniumCXXABI
DRecordLayoutBuilder.cpp835 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
DASTContext.cpp10844 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext
10846 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
/external/clang/lib/AST/
DCXXABI.h43 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
DItaniumCXXABI.cpp124 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon4a5c71300111::ItaniumCXXABI
DMicrosoftCXXABI.cpp91 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anonaa62beaf0111::MicrosoftCXXABI
DRecordLayoutBuilder.cpp796 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
DASTContext.cpp8680 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext
8682 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp486 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in accumulateVBases()
501 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
/external/llvm-project/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp666 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in accumulateVBases()
681 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
/external/clang/include/clang/AST/
DASTContext.h1941 bool isNearlyEmpty(const CXXRecordDecl *RD) const;
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2308 bool isNearlyEmpty(const CXXRecordDecl *RD) const;