Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPPCallbacks.h81 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument
348 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument
349 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
350 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/external/llvm-project/clang/include/clang/Lex/
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()
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.h95 llvm::SmallVectorImpl<char> &RecoveryPath) override;
DPPCallbacksTracker.cpp129 llvm::SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument
/external/llvm-project/llvm/include/llvm/Support/
DError.h963 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument
972 return RecoveryPath(); in handleExpected()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument
968 return RecoveryPath(); in handleExpected()
/external/clang/lib/Lex/
DPPDirectives.cpp1795 SmallString<128> RecoveryPath; in HandleIncludeDirective() local
1796 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()
1797 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) { in HandleIncludeDirective()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp1742 SmallString<128> RecoveryPath; in LookupHeaderIncludeOrImport() local
1743 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in LookupHeaderIncludeOrImport()
1744 if (auto DE = FileMgr.getOptionalDirectoryRef(RecoveryPath)) { in LookupHeaderIncludeOrImport()
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst214 RecoveryPath (path) SmallVectorImpl<char> …
221 RecoveryPath: