Searched refs:FinalRelations (Results 1 – 1 of 1) sorted by relevance
307 SmallVector<SymbolRelation, 6> FinalRelations; in handleDeclOccurrence() local308 FinalRelations.reserve(Relations.size()+1); in handleDeclOccurrence()311 auto It = std::find_if(FinalRelations.begin(), FinalRelations.end(), in handleDeclOccurrence()315 if (It != FinalRelations.end()) { in handleDeclOccurrence()318 FinalRelations.push_back(Rel); in handleDeclOccurrence()332 return DataConsumer.handleDeclOccurence(D, Roles, FinalRelations, FID, Offset, in handleDeclOccurrence()