Home
last modified time | relevance | path

Searched refs:getCorrespondingMethodInClass (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h1865 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1869 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1872 ->getCorrespondingMethodInClass(RD, MayBeBase);
/external/clang/lib/AST/
DDeclCXX.cpp1404 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
1436 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base); in getCorrespondingMethodInClass()
DDecl.cpp2830 !(MD && MD->getCorrespondingMethodInClass(Ret, true))) in hasUnusedResultAttr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp451 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp144 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp13309 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()