Lines Matching refs:SymbolRelation
54 ArrayRef<SymbolRelation> Relations) { in handleDecl()
60 ArrayRef<SymbolRelation> Relations, in handleDecl()
78 ArrayRef<SymbolRelation> Relations, in handleReference()
309 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode()
358 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
414 SmallVector<SymbolRelation, 6> FinalRelations; in handleDeclOccurrence()
417 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence()
418 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool { in handleDeclOccurrence()
431 addRelation(SymbolRelation{ in handleDeclOccurrence()
436 addRelation(SymbolRelation{ in handleDeclOccurrence()
444 addRelation(SymbolRelation(Rel.Roles, in handleDeclOccurrence()