Home
last modified time | relevance | path

Searched refs:hasOwnStorage (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp197 bool hasOwnStorage(const CXXRecordDecl *Decl,
887 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in calculateTailClippingOffset()
906 !hasOwnStorage(RD, BaseDecl)) { in accumulateVBases()
920 bool CGRecordLowering::hasOwnStorage(const CXXRecordDecl *Decl, in hasOwnStorage() function in CGRecordLowering
926 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query)) in hasOwnStorage()