Home
last modified time | relevance | path

Searched defs: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()
372 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h940 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1766 SmallString<128> RecoveryPath; in HandleIncludeDirective() local