Searched refs:hasRedeclaration (Results 1 – 4 of 4) sorted by relevance
985 Record.push_back(D->hasRedeclaration()); in VisitObjCMethodDecl()986 if (D->hasRedeclaration()) { in VisitObjCMethodDecl()
1180 if (MD->hasRedeclaration()) in VisitObjCMethodDecl()
963 if (hasRedeclaration()) in getNextRedeclarationImpl()
271 bool hasRedeclaration() const { return ObjCMethodDeclBits.HasRedeclaration; } in hasRedeclaration() function