Searched refs:IsRedeclaration (Results 1 – 6 of 6) sorted by relevance
133 unsigned IsRedeclaration : 1; variable237 IsRedeclaration(0), HasRedeclaration(0), DeclImplementation(impControl), in NamedDecl()282 bool isRedeclaration() const { return IsRedeclaration; } in isRedeclaration()
636 bool IsRedeclaration() const { return redeclaration_; } in IsRedeclaration() function
228 if (alias->IsRedeclaration()) return; in Visit()
791 IsRedeclaration = true; in setAsRedeclaration()
625 Record.push_back(D->IsRedeclaration); in VisitObjCMethodDecl()
916 MD->IsRedeclaration = Record[Idx++]; in VisitObjCMethodDecl()