HomeSort by relevance Sort by last modified time
    Searched defs:FileNotFound (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PPCallbacks.h 61 /// FileNotFound - This callback is invoked whenever an inclusion directive
73 virtual bool FileNotFound(StringRef FileName,
260 virtual bool FileNotFound(StringRef FileName,
262 return First->FileNotFound(FileName, RecoveryPath) ||
263 Second->FileNotFound(FileName, RecoveryPath);
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 33 FileNotFound,
82 return (f.type() != StatusError)&&(f.type() != FileNotFound);

Completed in 66 milliseconds