Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h77 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument
400 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument
401 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
402 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h964 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument
973 return RecoveryPath(); in handleExpected()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1766 SmallString<128> RecoveryPath; in LookupHeaderIncludeOrImport() local
1767 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in LookupHeaderIncludeOrImport()
1768 if (auto DE = FileMgr.getOptionalDirectoryRef(RecoveryPath)) { in LookupHeaderIncludeOrImport()