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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp181 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query);
529 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl))
545 !hasOwnStorage(RD, BaseDecl)) {
559 bool CGRecordLowering::hasOwnStorage(const CXXRecordDecl *Decl, function in class:CGRecordLowering
565 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query))

Completed in 61 milliseconds