Searched refs:FileNotFound (Results 1 – 2 of 2) sorted by relevance
76 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function435 bool FileNotFound(StringRef FileName, in FileNotFound() function437 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()438 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
1834 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in LookupHeaderIncludeOrImport()