Lines Matching defs:Recover
613 // Recover by taking the template that we found in the object
785 bool Recover = Complain && !isSFINAEContext();
788 Sema::MissingImportKind::Definition, Recover);
789 return !Recover;
1517 T = Context.IntTy; // Recover with an 'int' type.
1961 // Recover by ignoring the old declaration.
4025 // FIXME: Recover from this by treating the declaration as a redeclaration
4669 // Recover by synthesizing a type using the location information that we
5257 /*Recover*/true);
10888 const bool Recover = true;
10894 S.diagnoseMissingImport(Loc, D, Kind, Recover);
10896 S.diagnoseMissingImport(Loc, D, D->getLocation(), Modules, Kind, Recover);