Lines Matching refs:SymbolRelation
54 ArrayRef<SymbolRelation> Relations) { in handleDecl()
60 ArrayRef<SymbolRelation> Relations, in handleDecl()
78 ArrayRef<SymbolRelation> Relations, in handleReference()
314 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode()
363 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
419 SmallVector<SymbolRelation, 6> FinalRelations; in handleDeclOccurrence()
422 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence()
423 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool { in handleDeclOccurrence()
436 addRelation(SymbolRelation{ in handleDeclOccurrence()
441 addRelation(SymbolRelation{ in handleDeclOccurrence()
449 addRelation(SymbolRelation(Rel.Roles, in handleDeclOccurrence()