Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCXXABI.h39 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
DItaniumCXXABI.cpp48 bool isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in __anonac34ba0f0111::ItaniumCXXABI
DMicrosoftCXXABI.cpp39 bool isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in __anone370bb4e0111::MicrosoftCXXABI
DRecordLayoutBuilder.cpp810 if (I->isVirtual() && Context.isNearlyEmpty(Base)) { in SelectPrimaryVBase()
DASTContext.cpp7341 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { in isNearlyEmpty() function in ASTContext
7343 return ABI->isNearlyEmpty(RD); in isNearlyEmpty()
/external/clang/include/clang/AST/
DASTContext.h1534 bool isNearlyEmpty(const CXXRecordDecl *RD) const;