Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2224 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2228 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2231 ->getCorrespondingMethodInClass(RD, MayBeBase);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1894 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
1926 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base); in getCorrespondingMethodInClass()
1983 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp739 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp208 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()