Searched refs:FinalRelations (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp410 SmallVector<SymbolRelation, 6> FinalRelations; local
411 FinalRelations.reserve(Relations.size()+1);
414 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool {
417 if (It != FinalRelations.end()) {
420 FinalRelations.push_back(Rel);
445 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node);

Completed in 104 milliseconds