Searched refs:RecoveryPath (Results 1 – 3 of 3) sorted by relevance
77 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument436 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument437 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()438 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
997 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument1006 return RecoveryPath(); in handleExpected()
1833 SmallString<128> RecoveryPath; in LookupHeaderIncludeOrImport() local1834 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in LookupHeaderIncludeOrImport()1835 if (auto DE = FileMgr.getOptionalDirectoryRef(RecoveryPath)) { in LookupHeaderIncludeOrImport()