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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp419 SmallVector<SymbolRelation, 6> FinalRelations; local
420 FinalRelations.reserve(Relations.size()+1);
423 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool {
426 if (It != FinalRelations.end()) {
429 FinalRelations.push_back(Rel);
454 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node);

Completed in 202 milliseconds