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

References

tools/clang/lib/Index/IndexSymbol.cpp
  414   APPLY_FOR_ROLE(RelationChildOf);
  457     case SymbolRole::RelationChildOf: OS << "RelChild"; break;
tools/clang/lib/Index/IndexingContext.cpp
  313       case SymbolRole::RelationChildOf:
  433         (unsigned)SymbolRole::RelationChildOf,
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  213         if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf)