Searched refs:FoundField (Results 1 – 1 of 1) sorted by relevance
2887 if (FieldDecl *FoundField = dyn_cast<FieldDecl>(FoundDecls[I])) { in VisitFieldDecl() local2889 if (!Name && getFieldIndex(D) != getFieldIndex(FoundField)) in VisitFieldDecl()2893 FoundField->getType())) { in VisitFieldDecl()2894 Importer.Imported(D, FoundField); in VisitFieldDecl()2895 return FoundField; in VisitFieldDecl()2899 << Name << D->getType() << FoundField->getType(); in VisitFieldDecl()2900 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl()2901 << FoundField->getType(); in VisitFieldDecl()2943 if (IndirectFieldDecl *FoundField in VisitIndirectFieldDecl() local2946 if (!Name && getFieldIndex(D) != getFieldIndex(FoundField)) in VisitIndirectFieldDecl()[all …]