Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1427 const CXXRecordDecl *MostDerivedClassDecl) in HasTrivialDestructorBody() argument
1449 MostDerivedClassDecl)) in HasTrivialDestructorBody()
1453 if (BaseClassDecl == MostDerivedClassDecl) { in HasTrivialDestructorBody()
1459 MostDerivedClassDecl)) in HasTrivialDestructorBody()
2639 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in CanDevirtualizeMemberFunctionCall() local
2640 if (MostDerivedClassDecl->hasAttr<FinalAttr>()) in CanDevirtualizeMemberFunctionCall()
/external/clang/lib/Sema/
DSemaExpr.cpp13568 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in MarkExprReferenced() local
13569 if (!MostDerivedClassDecl) in MarkExprReferenced()
13571 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()