Searched refs:hasRedeclaration (Results 1 – 4 of 4) sorted by relevance
701 Record.push_back(D->hasRedeclaration()); in VisitObjCMethodDecl()702 if (D->hasRedeclaration()) { in VisitObjCMethodDecl()
1054 if (MD->hasRedeclaration()) in VisitObjCMethodDecl()
914 if (hasRedeclaration()) in getNextRedeclarationImpl()
274 bool hasRedeclaration() const { return ObjCMethodDeclBits.HasRedeclaration; } in hasRedeclaration() function