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