Searched refs:getCorrespondingMethodInClass (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | DeclCXX.h | 1890 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 1894 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 1897 ->getCorrespondingMethodInClass(RD, MayBeBase);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | DeclCXX.h | 2257 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2261 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2264 ->getCorrespondingMethodInClass(RD, MayBeBase);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | DeclCXX.h | 2250 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2254 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2257 ->getCorrespondingMethodInClass(RD, MayBeBase);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | DeclCXX.h | 2250 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2254 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2257 ->getCorrespondingMethodInClass(RD, MayBeBase);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | DeclCXX.h | 2250 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2254 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2257 ->getCorrespondingMethodInClass(RD, MayBeBase);
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1488 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl 1520 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base); in getCorrespondingMethodInClass()
|
H A D | Decl.cpp | 2936 if (Ret && !(MD && MD->getCorrespondingMethodInClass(Ret, true))) { in getUnusedResultAttr()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 501 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 144 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 14017 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()
|