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

/external/clang/lib/CodeGen/
H A DCGClass.cpp1188 const CXXRecordDecl *MostDerivedClassDecl)
1210 MostDerivedClassDecl))
1214 if (BaseClassDecl == MostDerivedClassDecl) {
1220 MostDerivedClassDecl))
2031 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); local
2032 if (MostDerivedClassDecl->hasAttr<FinalAttr>())
1186 HasTrivialDestructorBody(ASTContext &Context, const CXXRecordDecl *BaseClassDecl, const CXXRecordDecl *MostDerivedClassDecl) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp12561 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); local
12562 if (!MostDerivedClassDecl)
12564 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl);

Completed in 407 milliseconds