Home | History | Annotate | Download | only in Sema

Lines Matching defs:Previous

477     // A previous decl with a different name is because of
546 // The previous declaration was not a class decl. Check if we have a
635 // Look for previous declaration of alias name
722 // Create a new protocol that is completely distinct from previous
752 // Merge attributes from previous declarations.
836 return; // Possibly due to previous error
926 if (ObjCCategoryDecl *Previous
931 Diag(Previous->getLocation(), diag::note_previous_definition);
2060 // A previous decl with a different name is because of
2230 ObjCMethodList *Previous = List;
2231 for (; List; Previous = List, List = List->getNext()) {
2252 // unless previous one is deprecated.
2264 Previous->setNext(new (Mem) ObjCMethodList(Method, nullptr));