Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/support/
H A DFileCache.cpp23 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
54 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()
57 Size = FileNotFound; in read()
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h123 virtual bool FileNotFound(StringRef FileName) { return false; } in FileNotFound() function
501 bool Skip = First->FileNotFound(FileName); in EmbedFileNotFound()
504 Skip |= Second->FileNotFound(FileName); in EmbedFileNotFound()
515 bool FileNotFound(StringRef FileName) override { in FileNotFound() function
516 bool Skip = First->FileNotFound(FileName); in FileNotFound()
519 Skip |= Second->FileNotFound(FileName); in FileNotFound()
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp109 FileNotFound,
215 return {LoadResult::FileNotFound, nullptr}; in load()
294 case CachedFile::LoadResult::FileNotFound: in load()
107 FileNotFound, global() enumerator
/llvm-project/clang/unittests/Lex/
H A DPPCallbacksTest.cpp450 bool FileNotFound(StringRef FileName) override { in TEST_F() function in __anon1476b0c10111::TEST_F::FileNotFoundCallbacks
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2149 if (Callbacks && Callbacks->FileNotFound(Filename)) in LookupHeaderIncludeOrImport()
/llvm-project/llvm/docs/
H A DProgrammersManual.rst646 [](const FileNotFound &FNF) {
672 [](const FileNotFound &FNF) {