Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDContext.cpp234 FoundFunction->getCorrespondingMethodDeclaredInClass(CurRecord, false); in getOverridingFunction()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h2276 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2279 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2282 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp2246 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl
2279 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
HDExprConstant.cpp5893 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()
5920 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()