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

References

tools/clang/lib/Index/IndexSymbol.cpp
  406   APPLY_FOR_ROLE(Reference);
  449     case SymbolRole::Reference: OS << "Ref"; break;
tools/clang/lib/Index/IndexingContext.cpp
  102                                      (SymbolRoleSet)SymbolRole::Reference,
  323       case SymbolRole::Reference:
  399     Roles |= (unsigned)SymbolRole::Reference;
  465   SymbolRoleSet Roles = (unsigned)SymbolRole::Reference;
tools/clang/tools/extra/clangd/index/Ref.h
   32   Reference = static_cast<uint8_t>(index::SymbolRole::Reference),
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  280       (Roles & static_cast<unsigned>(index::SymbolRole::Reference)) &&
  371       (Roles & static_cast<unsigned>(index::SymbolRole::Reference)) &&
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  162   if (Roles & (unsigned)SymbolRole::Reference) {