Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h79 SmallVectorImpl<char> &RecoveryPath) { in FileNotFound() argument
347 SmallVectorImpl<char> &RecoveryPath) override { in FileNotFound() argument
348 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
349 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1569 SmallString<128> RecoveryPath; in HandleIncludeDirective() local
1570 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()
1571 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) { in HandleIncludeDirective()