Searched refs:SymRel (Results 1 – 2 of 2) sorted by relevance
131 for (auto &SymRel : Relations) { in handleDeclOccurrence() local133 printSymbolRoles(SymRel.Roles, OS); in handleDeclOccurrence()135 printSymbolNameAndUSR(SymRel.RelatedSymbol, Ctx, OS); in handleDeclOccurrence()
217 for (const auto &SymRel : Relations) { in handleDeclOccurrence() local218 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf) in handleDeclOccurrence()219 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurrence()