Searched refs:SymRel (Results 1 – 2 of 2) sorted by relevance
130 for (auto &SymRel : Relations) { in handleDeclOccurrence() local132 printSymbolRoles(SymRel.Roles, OS); in handleDeclOccurrence()134 printSymbolNameAndUSR(SymRel.RelatedSymbol, Ctx, OS); in handleDeclOccurrence()
212 for (const auto &SymRel : Relations) { in handleDeclOccurrence() local213 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf) in handleDeclOccurrence()214 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurrence()