Home
last modified time | relevance | path

Searched defs: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()
436 SmallVectorImpl<char> &RecoveryPath) override { 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1833 SmallString<128> RecoveryPath; in LookupHeaderIncludeOrImport() local