Home
last modified time | relevance | path

Searched refs:RecoveryPath (Results 1 – 2 of 2) 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/clang/lib/Lex/
DPPDirectives.cpp1621 SmallString<128> RecoveryPath; in HandleIncludeDirective() local
1622 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()
1623 if (const DirectoryEntry *DE = FileMgr.getDirectory(RecoveryPath)) { in HandleIncludeDirective()