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

References

tools/clang/lib/Index/IndexDecl.cpp
  379           SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD}));
  403             SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, D}));
tools/clang/lib/Index/IndexSymbol.cpp
  415   APPLY_FOR_ROLE(RelationBaseOf);
  458     case SymbolRole::RelationBaseOf: OS << "RelBase"; break;
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
   32       Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent);
tools/clang/lib/Index/IndexingContext.cpp
  314       case SymbolRole::RelationBaseOf:
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  187   return R.Roles & static_cast<unsigned>(index::SymbolRole::RelationBaseOf);