Lines Matching refs:CXXMethodDecl
1846 if (isa<CXXMethodDecl>(D)) {
1852 if (!isa<CXXMethodDecl>(D)) {
1857 if (!cast<CXXMethodDecl>(D)->isStatic()) {
2227 while (isa<CXXMethodDecl>(*Found) &&
2228 cast<CXXMethodDecl>(*Found)->isStatic())
2872 if (CXXMethodDecl *M = dyn_cast<CXXMethodDecl>(Cand)) {
2899 Result->setMethod(cast<CXXMethodDecl>(Best->Function));
2904 Result->setMethod(cast<CXXMethodDecl>(Best->Function));
2971 CXXMethodDecl *Sema::LookupCopyingAssignment(CXXRecordDecl *Class,
2988 CXXMethodDecl *Sema::LookupMovingAssignment(CXXRecordDecl *Class,
4317 if (isa<CXXMethodDecl>(SemaRef.CurContext) &&
4318 cast<CXXMethodDecl>(SemaRef.CurContext)->isInstance())
4399 isa<CXXMethodDecl>(CurContext))
4758 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) {
4818 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD)) {
4820 CXXMethodDecl *CurMD =
4822 ? dyn_cast_or_null<CXXMethodDecl>(MemberFn->getMemberDecl())
4823 : dyn_cast_or_null<CXXMethodDecl>(CurContext);