Searched refs:RecoveryPath (Results 1 – 2 of 2) 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()
1621 SmallString<128> RecoveryPath; in HandleIncludeDirective() local1622 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()1623 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) { in HandleIncludeDirective()