Lines Matching refs:SymbolRelation
54 ArrayRef<SymbolRelation> Relations) { in handleDecl()
60 ArrayRef<SymbolRelation> Relations, in handleDecl()
78 ArrayRef<SymbolRelation> Relations, in handleReference()
310 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode()
359 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
415 SmallVector<SymbolRelation, 6> FinalRelations; in handleDeclOccurrence()
418 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence()
419 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool { in handleDeclOccurrence()
432 addRelation(SymbolRelation{ in handleDeclOccurrence()
437 addRelation(SymbolRelation{ in handleDeclOccurrence()
445 addRelation(SymbolRelation(Rel.Roles, in handleDeclOccurrence()