Home
last modified time | relevance | path

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

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