Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DCXXABI.h40 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
H A DItaniumCXXABI.cpp124 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon2dab65d20111::ItaniumCXXABI
H A DMicrosoftCXXABI.cpp79 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon9d4163d10111::MicrosoftCXXABI
H A DRecordLayoutBuilder.cpp765 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
H A DASTContext.cpp8048 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext
8050 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp471 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in accumulateVBases()
485 if (!useMSABI() && Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1758 bool isNearlyEmpty(const CXXRecordDecl *RD) const;