Searched refs:RecoveryPath (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h70 /// \param RecoveryPath If this client indicates that it can recover from
75 /// by adding \p RecoveryPath as a header search path.
77 SmallVectorImpl<char> &RecoveryPath) {
399 SmallVectorImpl<char> &RecoveryPath) override {
400 return First->FileNotFound(FileName, RecoveryPath) ||
401 Second->FileNotFound(FileName, RecoveryPath);
76 FileNotFound(StringRef FileName, SmallVectorImpl<char> &RecoveryPath) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h938 /// If handleErrors is able to handle the error then the RecoveryPath functor
959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, argument
968 return RecoveryPath();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1732 SmallString<128> RecoveryPath; local
1733 if (Callbacks->FileNotFound(Filename, RecoveryPath)) {
1734 if (auto DE = FileMgr.getOptionalDirectoryRef(RecoveryPath)) {

Completed in 80 milliseconds