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

References

tools/clang/tools/c-index-test/c-index-test.c
 3824     index_opts |= CXIndexOpt_IndexFunctionLocalSymbols;
tools/clang/tools/libclang/CXIndexDataConsumer.h
  351     return IndexOptions & CXIndexOpt_IndexFunctionLocalSymbols;
tools/clang/tools/libclang/Indexing.cpp
  424   if (index_options & CXIndexOpt_IndexFunctionLocalSymbols)