Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h1890 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1894 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1897 ->getCorrespondingMethodInClass(RD, MayBeBase);
/external/clang/lib/AST/
DDeclCXX.cpp1488 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
1520 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base); in getCorrespondingMethodInClass()
DDecl.cpp2936 if (Ret && !(MD && MD->getCorrespondingMethodInClass(Ret, true))) { in getUnusedResultAttr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp501 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.cpp14017 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()