Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp426 SmallVector<SymbolRelation, 6> FinalRelations; in handleDeclOccurrence() local
427 FinalRelations.reserve(Relations.size()+1); in handleDeclOccurrence()
430 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool { in handleDeclOccurrence()
433 if (It != FinalRelations.end()) { in handleDeclOccurrence()
436 FinalRelations.push_back(Rel); in handleDeclOccurrence()
461 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node); in handleDeclOccurrence()