Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp378 FoundFunction->getCorrespondingMethodDeclaredInClass(CurRecord, false); in getOverridingFunction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2333 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2336 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,
2339 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2413 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl
2446 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
H A DExprConstant.cpp6186 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()
6213 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()