Home
last modified time | relevance | path

Searched refs:RecoveryPath (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DError.h933 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected() argument
942 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()