reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/FS.h
   46   llvm::Optional<llvm::vfs::Status> lookup(llvm::StringRef Path) const;

References

tools/clang/tools/extra/clangd/FS.cpp
  103       if (auto S = StatCache.lookup(Path.str()))
tools/clang/tools/extra/clangd/unittests/FSTests.cpp
   32   EXPECT_TRUE(StatCache.lookup(testPath("x")).hasValue());
   33   EXPECT_TRUE(StatCache.lookup(testPath("y")).hasValue());
   35   EXPECT_FALSE(StatCache.lookup(testPath("main")).hasValue());