Searched refs:FinalRelations (Results 1 – 1 of 1) sorted by relevance
415 SmallVector<SymbolRelation, 6> FinalRelations; in handleDeclOccurrence() local416 FinalRelations.reserve(Relations.size()+1); in handleDeclOccurrence()419 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool { in handleDeclOccurrence()422 if (It != FinalRelations.end()) { in handleDeclOccurrence()425 FinalRelations.push_back(Rel); in handleDeclOccurrence()450 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node); in handleDeclOccurrence()