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

References

tools/clang/lib/Index/IndexingContext.cpp
   36   return IndexOpts.IndexFunctionLocals;
tools/clang/tools/c-index-test/core_main.cpp
  223   IndexOpts.IndexFunctionLocals = indexLocals;
tools/clang/tools/extra/clangd/XRefs.cpp
  206   IndexOpts.IndexFunctionLocals = true;
  402   IndexOpts.IndexFunctionLocals = true;
tools/clang/tools/extra/clangd/index/FileIndex.cpp
   46   IndexOpts.IndexFunctionLocals = false;
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  234     IndexOpts.IndexFunctionLocals = false;
tools/clang/tools/libclang/Indexing.cpp
  425     IdxOpts.IndexFunctionLocals = true;
tools/clang/unittests/Index/IndexTests.cpp
  181   Opts.IndexFunctionLocals = true;