Searched refs:FileNotFound (Results 1 – 2 of 2) sorted by relevance
78 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function346 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function348 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()349 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
1497 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()