Searched refs:RecoveryPath (Results 1 – 3 of 3) sorted by relevance
77 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument400 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument401 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()402 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
964 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument973 return RecoveryPath(); in handleExpected()
1766 SmallString<128> RecoveryPath; in LookupHeaderIncludeOrImport() local1767 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in LookupHeaderIncludeOrImport()1768 if (auto DE = FileMgr.getOptionalDirectoryRef(RecoveryPath)) { in LookupHeaderIncludeOrImport()