Home
last modified time | relevance | path

Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2140 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2143 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2146 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2127 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl
2160 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
H A DExprConstant.cpp5654 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()
5681 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()