Searched defs:FileNotFound (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPPCallbacks.h80 virtual bool FileNotFound(StringRef FileName, function in class:clang::PPCallbacks
347 bool FileNotFound(StringRef FileName,
349 return First->FileNotFound(FileName, RecoveryPath) ||
350 Second->FileNotFound(FileName, RecoveryPath);

Completed in 174 milliseconds