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
89 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations, in handleReference()
310 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() argument
348 for (auto &Rel : Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode()
359 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence() argument
383 if (!shouldReportOccurrenceForSystemDeclOnlyMode(IsRef, Roles, Relations)) in handleDeclOccurrence()
416 FinalRelations.reserve(Relations.size()+1); in handleDeclOccurrence()
444 for (auto &Rel : Relations) { in handleDeclOccurrence()