Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
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()
/external/clang/lib/Lex/
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()