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

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

Completed in 115 milliseconds