Home
last modified time | relevance | path

Searched defs:FileNotFound (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clangd/support/
H A DFileCache.cpp23 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h123 virtual bool FileNotFound(StringRef FileName) { return false; } in FileNotFound() function
515 bool FileNotFound(StringRef FileName) override { in FileNotFound() function
/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-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp107 FileNotFound, global() enumerator