Searched defs:getCorrespondingMethodInClass (Results 1 - 2 of 2) sorted by relevance

/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/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);

Completed in 150 milliseconds