Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h77 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument
436 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument
437 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
438 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h997 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument
1006 return RecoveryPath(); in handleExpected()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1833 SmallString<128> RecoveryPath; in LookupHeaderIncludeOrImport() local
1834 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in LookupHeaderIncludeOrImport()
1835 if (auto DE = FileMgr.getOptionalDirectoryRef(RecoveryPath)) { in LookupHeaderIncludeOrImport()