Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ObjCMethodDecl

318   bool VisitObjCMethodDecl(ObjCMethodDecl *MD) {
375 // Skip ObjCMethodDecl, wait for the objc container to avoid
377 if (isa<ObjCMethodDecl>(*I))
404 if (isa<ObjCMethodDecl>(D))
424 if (Visited.count(D) && isa<ObjCMethodDecl>(D)) {
425 const ObjCMethodDecl *ObjCM = cast<ObjCMethodDecl>(D);
478 Visited.insert(isa<ObjCMethodDecl>(Callee) ? Callee
597 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) {