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

  /external/clang/include/clang/Lex/
PPCallbacks.h 72 /// \param RecoveryPath If this client indicates that it can recover from
77 /// by adding \p RecoveryPath as a header search path.
79 SmallVectorImpl<char> &RecoveryPath) {
350 SmallVectorImpl<char> &RecoveryPath) override {
351 return First->FileNotFound(FileName, RecoveryPath) ||
352 Second->FileNotFound(FileName, RecoveryPath);
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 263 milliseconds