Searched refs:hasOwnStorage (Results 1 – 1 of 1) sorted by relevance
182 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query);486 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in accumulateVBases()502 !hasOwnStorage(RD, BaseDecl)) { in accumulateVBases()516 bool CGRecordLowering::hasOwnStorage(const CXXRecordDecl *Decl, in hasOwnStorage() function in CGRecordLowering522 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query)) in hasOwnStorage()