Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp182 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query);
524 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl)) in accumulateVBases()
540 !hasOwnStorage(RD, BaseDecl)) { in accumulateVBases()
554 bool CGRecordLowering::hasOwnStorage(const CXXRecordDecl *Decl, in hasOwnStorage() function in CGRecordLowering
560 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query)) in hasOwnStorage()