Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2188 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2191 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2194 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2164 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl
2197 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
H A DExprConstant.cpp5747 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()
5774 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()