Searched refs:FileNotFound (Results 1 – 3 of 3) sorted by relevance
80 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function347 bool FileNotFound(StringRef FileName, in FileNotFound() function349 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()350 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
195 TEST_F(ImporterTest, FileNotFound) { in TEST_F() argument
1796 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()