Home
last modified time | relevance | path

Searched refs:FileNotFound (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DPPCallbacks.h80 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function
347 bool FileNotFound(StringRef FileName, in FileNotFound() function
349 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
350 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc195 TEST_F(ImporterTest, FileNotFound) { in TEST_F() argument
/external/clang/lib/Lex/
DPPDirectives.cpp1796 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()