Searched refs:RecoveryPath (Results 1 – 2 of 2) sorted by relevance
79 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument347 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument348 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()349 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
1569 SmallString<128> RecoveryPath; in HandleIncludeDirective() local1570 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()1571 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) { in HandleIncludeDirective()