Searched refs:RecoveryPath (Results 1 – 3 of 3) sorted by relevance
77 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument399 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument400 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()401 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument968 return RecoveryPath(); in handleExpected()
1732 SmallString<128> RecoveryPath; in LookupHeaderIncludeOrImport() local1733 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in LookupHeaderIncludeOrImport()1734 if (auto DE = FileMgr.getOptionalDirectoryRef(RecoveryPath)) { in LookupHeaderIncludeOrImport()