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 67 /// \param RecoveryPath If this client indicates that it can recover from
72 /// by adding \p RecoveryPath as a header search path.
74 SmallVectorImpl<char> &RecoveryPath) {
261 SmallVectorImpl<char> &RecoveryPath) {
262 return First->FileNotFound(FileName, RecoveryPath) ||
263 Second->FileNotFound(FileName, RecoveryPath);
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 53 milliseconds