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)
 1052   if (Input.Preamble && Input.Preamble->StatCache)
 1053     VFS = Input.Preamble->StatCache->getConsumingFS(std::move(VFS));
 1094       (Input.Preamble && !CompletingInPreamble) ? &Input.Preamble->Preamble
 1094       (Input.Preamble && !CompletingInPreamble) ? &Input.Preamble->Preamble
 1112   if (Input.Preamble)
 1113     loadMainFilePreambleMacros(Clang->getPreprocessor(), *Input.Preamble);