Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2176 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2180 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
2183 ->getCorrespondingMethodInClass(RD, MayBeBase);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2195 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
2222 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()
2279 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp753 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp223 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()