Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DParentVirtualCallCheck.cpp46 MemberDecl.getCorrespondingMethodInClass(BaseDecl); in getParentsByGrandParent()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2162 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2166 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2169 ->getCorrespondingMethodInClass(RD, MayBeBase);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2166 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
2193 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()
2250 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp717 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()