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

/external/clang/lib/AST/
H A DDeclCXX.cpp1268 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, function in class:CXXMethodDecl
1302 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base);
/external/clang/include/clang/AST/
H A DDeclCXX.h1711 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1715 getCorrespondingMethodInClass(const CXXRecordDecl *RD, function in class:clang::CXXMethodDecl
1718 ->getCorrespondingMethodInClass(RD, MayBeBase);

Completed in 295 milliseconds