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

References

tools/clang/lib/Index/IndexBody.cpp
  131       Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, FD);
  133       Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, MD);
tools/clang/lib/Index/IndexSymbol.cpp
  418   APPLY_FOR_ROLE(RelationCalledBy);
  461     case SymbolRole::RelationCalledBy: OS << "RelCall"; break;
tools/clang/lib/Index/IndexingContext.cpp
  332       case SymbolRole::RelationCalledBy: