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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1790 getCorrespondingMethodInClass(const CXXRecordDecl *RD,
1794 getCorrespondingMethodInClass(const CXXRecordDecl *RD, function in class:clang::CXXMethodDecl
1797 ->getCorrespondingMethodInClass(RD, MayBeBase);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1358 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, function in class:CXXMethodDecl
1392 CXXMethodDecl *T = this->getCorrespondingMethodInClass(Base);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp459 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp101 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp12206 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl);

Completed in 214 milliseconds