Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDPPCallbacks.h78 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function
346 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function
348 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
349 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDPPDirectives.cpp1497 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()