Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h124 virtual bool FileNotFound(StringRef FileName) { return false; } in FileNotFound() function
502 bool Skip = First->FileNotFound(FileName); in EmbedFileNotFound()
505 Skip |= Second->FileNotFound(FileName); in EmbedFileNotFound()
516 bool FileNotFound(StringRef FileName) override { in FileNotFound() function
517 bool Skip = First->FileNotFound(FileName); in FileNotFound()
520 Skip |= Second->FileNotFound(FileName); in FileNotFound()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2161 if (Callbacks && Callbacks->FileNotFound(Filename)) in LookupHeaderIncludeOrImport()