Searched refs:FoundField (Results 1 – 1 of 1) sorted by relevance
3187 if (FieldDecl *FoundField = dyn_cast<FieldDecl>(FoundDecls[I])) { in VisitFieldDecl() local3189 if (!Name && getFieldIndex(D) != getFieldIndex(FoundField)) in VisitFieldDecl()3193 FoundField->getType())) { in VisitFieldDecl()3194 Importer.Imported(D, FoundField); in VisitFieldDecl()3195 return FoundField; in VisitFieldDecl()3199 << Name << D->getType() << FoundField->getType(); in VisitFieldDecl()3200 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl()3201 << FoundField->getType(); in VisitFieldDecl()3251 if (IndirectFieldDecl *FoundField in VisitIndirectFieldDecl() local3254 if (!Name && getFieldIndex(D) != getFieldIndex(FoundField)) in VisitIndirectFieldDecl()[all …]