Searched refs:RecoveryPath (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 81 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/ |
D | PPCallbacks.h | 77 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/ |
D | PPCallbacksTracker.h | 95 llvm::SmallVectorImpl<char> &RecoveryPath) override;
|
D | PPCallbacksTracker.cpp | 129 llvm::SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Error.h | 963 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/ |
D | Error.h | 959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument 968 return RecoveryPath(); in handleExpected()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 1795 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/ |
D | PPDirectives.cpp | 1742 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/ |
D | pp-trace.rst | 214 RecoveryPath (path) SmallVectorImpl<char> … 221 RecoveryPath:
|