Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1423 const CXXRecordDecl *MostDerivedClassDecl) in HasTrivialDestructorBody() argument
1445 MostDerivedClassDecl)) in HasTrivialDestructorBody()
1449 if (BaseClassDecl == MostDerivedClassDecl) { in HasTrivialDestructorBody()
1455 MostDerivedClassDecl)) in HasTrivialDestructorBody()
2851 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in CanDevirtualizeMemberFunctionCall() local
2852 if (MostDerivedClassDecl->hasAttr<FinalAttr>()) in CanDevirtualizeMemberFunctionCall()
/external/clang/lib/Sema/
DSemaExpr.cpp14014 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in MarkExprReferenced() local
14015 if (!MostDerivedClassDecl) in MarkExprReferenced()
14017 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()