Lines Matching defs:Recover
610 // Recover by taking the template that we found in the object
782 bool Recover = Complain && !isSFINAEContext();
785 Sema::MissingImportKind::Definition, Recover);
786 return !Recover;
1519 T = Context.IntTy; // Recover with an 'int' type.
1988 // Recover by ignoring the old declaration.
4224 // FIXME: Recover from this by treating the declaration as a
4885 // Recover by synthesizing a type using the location information that we
5487 /*Recover*/true);
11235 const bool Recover = true;
11241 S.diagnoseMissingImport(Loc, D, Kind, Recover);
11243 S.diagnoseMissingImport(Loc, D, D->getLocation(), Modules, Kind, Recover);