Lines Matching refs:Relations
54 ArrayRef<SymbolRelation> Relations) { in handleDecl() argument
55 return handleDecl(D, D->getLocation(), Roles, Relations); in handleDecl()
60 ArrayRef<SymbolRelation> Relations, in handleDecl() argument
70 Roles, Relations, in handleDecl()
78 ArrayRef<SymbolRelation> Relations, in handleReference() argument
88 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations, in handleReference()
309 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() argument
347 for (auto &Rel : Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode()
358 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence() argument
382 if (!shouldReportOccurrenceForSystemDeclOnlyMode(IsRef, Roles, Relations)) in handleDeclOccurrence()
415 FinalRelations.reserve(Relations.size()+1); in handleDeclOccurrence()
443 for (auto &Rel : Relations) { in handleDeclOccurrence()