Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstDecl

183           if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
184 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
557 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
559 = FirstDecl? FirstDecl->getUnderlyingDecl() : 0;
589 if (FirstDecl) Result.addDecl(FirstDecl);
595 if (FirstDecl)
596 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
708 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
709 if (TypeDecl *Type = dyn_cast<TypeDecl>(FirstDecl)) {
715 ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(FirstDecl);
719 = dyn_cast<ObjCCompatibleAliasDecl>(FirstDecl))