Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h79 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument
372 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument
373 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
374 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h940 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument
949 return RecoveryPath(); in handleExpected()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1766 SmallString<128> RecoveryPath; in HandleIncludeDirective() local
1767 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()
1768 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) { in HandleIncludeDirective()