Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPPCallbacks.h77 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument
399 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument
400 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
401 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDError.h959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument
968 return RecoveryPath(); in handleExpected()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp1732 SmallString<128> RecoveryPath; in LookupHeaderIncludeOrImport() local
1733 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in LookupHeaderIncludeOrImport()
1734 if (auto DE = FileMgr.getOptionalDirectoryRef(RecoveryPath)) { in LookupHeaderIncludeOrImport()