Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1866 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1870 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1873 ->getCorrespondingMethodInClass(RD, MayBeBase);
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp451 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1404 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl
1437 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base); in getCorrespondingMethodInClass()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp144 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12804 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()