Searched refs:isObjCMethodDecl (Results 1 – 2 of 2) sorted by relevance
407 bool isObjCMethodDecl(Decl *D) { return isa_and_nonnull<ObjCMethodDecl>(D); } in isObjCMethodDecl() function
3707 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3708 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()