Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp246 FoundFunction->getCorrespondingMethodDeclaredInClass(CurRecord, false); in getOverridingFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2262 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2265 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2268 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2205 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl
2238 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
H A DExprConstant.cpp5832 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()
5859 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()