Home | History | Annotate | Download | only in Sema

Lines Matching defs:FirstDecl

209           if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
210 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
586 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
588 = FirstDecl? FirstDecl->getUnderlyingDecl() : 0;
622 if (FirstDecl) {
623 Result.addDecl(FirstDecl);
624 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
739 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
740 if (TypeDecl *Type = dyn_cast<TypeDecl>(FirstDecl)) {
746 ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(FirstDecl);
750 = dyn_cast<ObjCCompatibleAliasDecl>(FirstDecl))