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

References

tools/clang/lib/Index/IndexingAction.cpp
  167   if (Opts.IndexMacrosInPreprocessor)
  182   if (Opts.IndexMacrosInPreprocessor)
  204   if (Opts.IndexMacrosInPreprocessor)
tools/clang/tools/extra/clangd/index/FileIndex.cpp
   54     IndexOpts.IndexMacrosInPreprocessor = true;
tools/clang/unittests/Index/IndexTests.cpp
  167   Opts.IndexMacrosInPreprocessor = true;
  171   Opts.IndexMacrosInPreprocessor = false;