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

/external/clang/include/clang/Lex/
H A DPPCallbacks.h72 /// \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);
78 FileNotFound(StringRef FileName, SmallVectorImpl<char> &RecoveryPath) argument
/external/clang/lib/Lex/
H A DPPDirectives.cpp1483 SmallString<128> RecoveryPath; local
1484 if (Callbacks->FileNotFound(Filename, RecoveryPath)) {
1485 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) {

Completed in 111 milliseconds