Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXABI.h49 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
H A DItaniumCXXABI.cpp248 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anona26199e70211::ItaniumCXXABI
H A DRecordLayoutBuilder.cpp846 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
H A DASTContext.cpp12490 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext
12492 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp887 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in calculateTailClippingOffset()
905 Context.isNearlyEmpty(BaseDecl) && in accumulateVBases()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2580 bool isNearlyEmpty(const CXXRecordDecl *RD) const;