Searched refs:RelationCalledBy (Results 1 – 7 of 7) sorted by relevance
90 RelationCalledBy = 1 << 13, enumerator
118 RelationCalledBy = 1 << 14, 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()
131 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, FD); in addCallRole()133 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, MD); in addCallRole()
428 APPLY_FOR_ROLE(RelationCalledBy); in applyForEachSymbolRoleInterruptible()471 case SymbolRole::RelationCalledBy: OS << "RelCall"; break; in printSymbolRoles()
341 case SymbolRole::RelationCalledBy: in shouldReportOccurrenceForSystemDeclOnlyMode()