Searched refs:RelationCalledBy (Results 1 – 3 of 3) sorted by relevance
90 RelationCalledBy = 1 << 13, enumerator
127 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, FD); in addCallRole()129 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, MD); in addCallRole()
264 APPLY_FOR_ROLE(RelationCalledBy); in applyForEachSymbolRole()290 case SymbolRole::RelationCalledBy: OS << "RelCall"; break; in printSymbolRoles()