Searched refs:getCorrespondingMethodInClass (Results 1 - 5 of 5) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp12564 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl);
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp451 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true);
/external/clang/include/clang/AST/
H A DDeclCXX.h1847 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1851 getCorrespondingMethodInClass(const CXXRecordDecl *RD, function in class:clang::CXXMethodDecl
1854 ->getCorrespondingMethodInClass(RD, MayBeBase);
/external/clang/lib/AST/
H A DDeclCXX.cpp1372 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, function in class:CXXMethodDecl
1405 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base);
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp101 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl);

Completed in 1967 milliseconds