Home
last modified time | relevance | path

Searched refs:getCorrespondingMethodInClass (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h1890 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/
DDeclCXX.h2257 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/
DDeclCXX.h2250 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/
DDeclCXX.h2250 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/
DDeclCXX.h2250 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2254 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2257 ->getCorrespondingMethodInClass(RD, MayBeBase);
/aosp_15_r20/external/clang/lib/AST/
H A DDeclCXX.cpp1488 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
1520 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base); in getCorrespondingMethodInClass()
H A DDecl.cpp2936 if (Ret && !(MD && MD->getCorrespondingMethodInClass(Ret, true))) { in getUnusedResultAttr()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp501 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp144 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp14017 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()