Searched refs:getCorrespondingMethodInClass (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ParentVirtualCallCheck.cpp | 46 MemberDecl.getCorrespondingMethodInClass(BaseDecl); in getParentsByGrandParent()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 1890 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 1894 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 1897 ->getCorrespondingMethodInClass(RD, MayBeBase);
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 2108 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2112 getCorrespondingMethodInClass(const CXXRecordDecl *RD, 2115 ->getCorrespondingMethodInClass(RD, MayBeBase);
|
/external/llvm-project/clang/lib/AST/ |
D | DeclCXX.cpp | 2138 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl 2168 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass() 2227 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 501 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1488 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl 1520 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base); in getCorrespondingMethodInClass()
|
D | Decl.cpp | 2936 if (Ret && !(MD && MD->getCorrespondingMethodInClass(Ret, true))) { in getUnusedResultAttr()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 749 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 144 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 220 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 14017 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()
|