Home
last modified time | relevance | path

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

/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 __anonfb1c69490111::ItaniumCXXABI
DMicrosoftCXXABI.cpp91 bool isNearlyEmpty(const CXXRecordDecl *RD) const override { in isNearlyEmpty() function in __anon8b0121080111::MicrosoftCXXABI
DRecordLayoutBuilder.cpp796 if (I.isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
DASTContext.cpp8489 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext
8491 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/clang/include/clang/AST/
DASTContext.h1916 bool isNearlyEmpty(const CXXRecordDecl *RD) const;