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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1052   if (Input.Preamble && Input.Preamble->StatCache)
 1053     VFS = Input.Preamble->StatCache->getConsumingFS(std::move(VFS));
tools/clang/tools/extra/clangd/ParsedAST.cpp
  513   if (Preamble && Preamble->StatCache)
  514     VFS = Preamble->StatCache->getConsumingFS(std::move(VFS));