Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPPCallbacks.h73 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function
260 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function
262 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
263 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc172 TEST_F(ImporterTest, FileNotFound) { in TEST_F() argument
/external/chromium/net/ftp/
Dftp_network_transaction_unittest.cc1424 TEST_F(FtpNetworkTransactionTest, FileNotFound) { in TEST_F() argument
/external/clang/lib/Lex/
DPPDirectives.cpp1343 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()