Searched refs:RecoveryPath (Results 1 – 3 of 3) sorted by relevance
81 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument348 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument349 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()350 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
933 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument942 return RecoveryPath(); in handleExpected()
1795 SmallString<128> RecoveryPath; in HandleIncludeDirective() local1796 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()1797 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) { in HandleIncludeDirective()