Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2321 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2325 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2328 ->getCorrespondingMethodInClass(RD, MayBeBase);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2444 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
2471 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()
2530 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp791 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp231 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5036 cast<CXXMethodDecl>(FuncDecl)->getCorrespondingMethodInClass( in VisitCallExpr()