Home
last modified time | relevance | path

Searched refs:isNearlyEmpty (Results 1 – 7 of 7) 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.cpp247 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anona26199e70211::ItaniumCXXABI
H A DRecordLayoutBuilder.cpp834 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
H A DASTContext.cpp13122 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext
13124 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.h2754 bool isNearlyEmpty(const CXXRecordDecl *RD) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8974 {"_ZNK5clang10ASTContext13isNearlyEmptyEPKNS_13CXXRecordDeclE", "clang::ASTContext::isNearlyEmpty(c…
10511 …tyEPKN5clang13CXXRecordDeclE", "(anonymous namespace)::ItaniumCXXABI::isNearlyEmpty(clang::CXXReco…
10596 …EPKN5clang13CXXRecordDeclE", "(anonymous namespace)::MicrosoftCXXABI::isNearlyEmpty(clang::CXXReco…