Searched refs:RecoveryPath (Results 1 – 3 of 3) sorted by relevance
79 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument372 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument373 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()374 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
940 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument949 return RecoveryPath(); in handleExpected()
1766 SmallString<128> RecoveryPath; in HandleIncludeDirective() local1767 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()1768 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) { in HandleIncludeDirective()