Lines Matching defs:FoundField
4178 if (FieldDecl *FoundField = dyn_cast<FieldDecl>(FoundDecl)) {
4182 ASTImporter::getFieldIndex(FoundField))
4186 FoundField->getType())) {
4187 Importer.MapImported(D, FoundField);
4198 assert(FoundField->hasInClassInitializer() &&
4201 if (!FoundField->getInClassInitializer())
4202 FoundField->setInClassInitializer(*ToInitializerOrErr);
4207 return FoundField;
4212 << Name << D->getType() << FoundField->getType();
4213 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here)
4214 << FoundField->getType();
4276 if (auto *FoundField = dyn_cast<IndirectFieldDecl>(FoundDecls[I])) {
4280 ASTImporter::getFieldIndex(FoundField))
4284 FoundField->getType(),
4286 Importer.MapImported(D, FoundField);
4287 return FoundField;
4296 << Name << D->getType() << FoundField->getType();
4297 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here)
4298 << FoundField->getType();