HomeSort by relevance Sort by last modified time
    Searched refs:isNearlyEmpty (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/AST/
CXXABI.h 43 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
ItaniumCXXABI.cpp 124 bool isNearlyEmpty(const CXXRecordDecl *RD) const override {
MicrosoftCXXABI.cpp 91 bool isNearlyEmpty(const CXXRecordDecl *RD) const override {
RecordLayoutBuilder.cpp 796 if (I.isVirtual() && Context.isNearlyEmpty(Base)) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 486 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl))
501 Context.isNearlyEmpty(BaseDecl) &&
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 166 milliseconds