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

References

tools/clang/tools/extra/clangd/index/Merge.cpp
  212   S.Flags |= O.Flags;
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  392     S.Flags |= Symbol::IndexedForCodeCompletion;
  393     S.Flags |= Symbol::VisibleOutsideFile;
  567     S.Flags |= Symbol::IndexedForCodeCompletion;
  569     S.Flags |= Symbol::ImplementationDetail;
  571     S.Flags |= Symbol::VisibleOutsideFile;
  584     S.Flags |= Symbol::Deprecated;
tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp
 2214   Sym.Flags |= Symbol::IndexedForCodeCompletion;
tools/clang/tools/extra/clangd/unittests/DiagnosticsTests.cpp
  523     Sym.Flags |= Symbol::IndexedForCodeCompletion;
  578   Sym.Flags |= Symbol::IndexedForCodeCompletion;
tools/clang/tools/extra/clangd/unittests/TestIndex.cpp
   55   Sym.Flags |= Symbol::IndexedForCodeCompletion;