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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXABI.h40 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
H A DItaniumCXXABI.cpp67 bool isNearlyEmpty(const CXXRecordDecl *RD) const { function in class:__anon3141::ItaniumCXXABI
H A DMicrosoftCXXABI.cpp58 bool isNearlyEmpty(const CXXRecordDecl *RD) const { function in class:__anon3144::MicrosoftCXXABI
H A DRecordLayoutBuilder.cpp795 if (I->isVirtual() && Context.isNearlyEmpty(Base)) {
H A DASTContext.cpp7994 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { function in class:ASTContext
7996 return ABI->isNearlyEmpty(RD);
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1705 bool isNearlyEmpty(const CXXRecordDecl *RD) const;

Completed in 67 milliseconds