Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h78 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function
371 bool FileNotFound(StringRef FileName, in FileNotFound() function
373 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()
374 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1767 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()