HomeSort by: relevance | last modified time | path
    Searched refs:FileNotFound (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h 76 virtual bool FileNotFound(StringRef FileName,
399 bool FileNotFound(StringRef FileName,
401 return First->FileNotFound(FileName, RecoveryPath) ||
402 Second->FileNotFound(FileName, RecoveryPath);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 1767 if (Callbacks->FileNotFound(Filename, RecoveryPath)) {

Completed in 40 milliseconds