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

References

tools/clang/include/clang/Index/IndexingAction.h
   38     const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP,
   43     const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) {
   52                      const IndexingOptions &Opts);
   56                   IndexingOptions Opts);
   61                         IndexDataConsumer &DataConsumer, IndexingOptions Opts);
   66                                                  IndexingOptions Opts);
   70                      IndexDataConsumer &DataConsumer, IndexingOptions Opts);
tools/clang/lib/Index/IndexingAction.cpp
   64                    const IndexingOptions &Opts,
  106   IndexingOptions Opts;
  110               const IndexingOptions &Opts)
  128     const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP,
  136                             const IndexingOptions &Opts) {
  161                          IndexingOptions Opts) {
  176                                IndexingOptions Opts) {
  191 index::indexMacrosCallback(IndexDataConsumer &Consumer, IndexingOptions Opts) {
  198                             IndexingOptions Opts) {
tools/clang/lib/Index/IndexingContext.cpp
  129     case IndexingOptions::SystemSymbolFilterKind::None:
  131     case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly:
  132     case IndexingOptions::SystemSymbolFilterKind::All:
  375     case IndexingOptions::SystemSymbolFilterKind::None:
  377     case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly:
  381     case IndexingOptions::SystemSymbolFilterKind::All:
tools/clang/lib/Index/IndexingContext.h
   39   IndexingOptions IndexOpts;
   44   IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer)
   47   const IndexingOptions &getIndexOpts() const { return IndexOpts; }
tools/clang/tools/c-index-test/core_main.cpp
  222   IndexingOptions IndexOpts;
  275   IndexingOptions IndexOpts;
tools/clang/tools/extra/clangd/XRefs.cpp
  203   index::IndexingOptions IndexOpts;
  205       index::IndexingOptions::SystemSymbolFilterKind::All;
  399   index::IndexingOptions IndexOpts;
  401       index::IndexingOptions::SystemSymbolFilterKind::All;
tools/clang/tools/extra/clangd/index/FileIndex.cpp
   42   index::IndexingOptions IndexOpts;
   45       index::IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly;
tools/clang/tools/extra/clangd/index/IndexAction.cpp
  130               const index::IndexingOptions &Opts,
  197   index::IndexingOptions Opts;
  210   index::IndexingOptions IndexOpts;
  212       index::IndexingOptions::SystemSymbolFilterKind::All;
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  208                   const index::IndexingOptions &Opts,
  228       index::IndexingOptions Opts;
  231     index::IndexingOptions IndexOpts;
  233         index::IndexingOptions::SystemSymbolFilterKind::All;
tools/clang/tools/libclang/Indexing.cpp
  336   IndexingOptions Opts;
  343                          const IndexingOptions &Opts,
  422 static IndexingOptions getIndexingOptionsFromCXOptions(unsigned index_options) {
  423   IndexingOptions IdxOpts;
tools/clang/unittests/Index/IndexTests.cpp
  114               IndexingOptions Opts = IndexingOptions())
  123       IndexingOptions Opts;
  127                IndexingOptions Opts)
  142   IndexingOptions Opts;
  166   IndexingOptions Opts;
  180   IndexingOptions Opts;
  204   IndexingOptions Opts;
  225   IndexingOptions Opts;
  241   IndexingOptions Opts;
  264   IndexingOptions Opts;
  278   IndexingOptions Opts;
usr/include/c++/7.4.0/bits/alloc_traits.h
  474 	construct(allocator_type& __a, _Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/bits/shared_ptr.h
  343 		   _Args&&... __args)
  688     allocate_shared(const _Alloc& __a, _Args&&... __args)
  703     make_shared(_Args&&... __args)
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1317 		     _Args&&... __args)
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/ext/new_allocator.h
  135 	construct(_Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };