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

References

tools/clang/tools/extra/clangd/Preamble.cpp
   48     SourceMgr = &CI.getSourceManager();
   52     assert(SourceMgr && LangOpts &&
   56         collectIncludeStructureCallback(*SourceMgr, &Includes),
   57         std::make_unique<CollectMainFileMacros>(*SourceMgr, *LangOpts, Macros));