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 40 virtual bool isNearlyEmpty(const CXXRecordDecl *RD) const = 0;
ItaniumCXXABI.cpp 76 bool isNearlyEmpty(const CXXRecordDecl *RD) const override {
MicrosoftCXXABI.cpp 58 bool isNearlyEmpty(const CXXRecordDecl *RD) const override {
RecordLayoutBuilder.cpp 778 if (I.isVirtual() && Context.isNearlyEmpty(Base)) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 456 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl))
470 if (!useMSABI() && Context.isNearlyEmpty(BaseDecl) &&
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 115 milliseconds