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

/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp171 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query);
456 if (Context.isNearlyEmpty(BaseDecl) && !hasOwnStorage(RD, BaseDecl))
471 !hasOwnStorage(RD, BaseDecl)) {
485 bool CGRecordLowering::hasOwnStorage(const CXXRecordDecl *Decl, function in class:CGRecordLowering
491 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query))

Completed in 180 milliseconds