Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.cpp399 SmallVector<SymbolRelation, 6> FinalRelations; in handleDeclOccurrence() local
400 FinalRelations.reserve(Relations.size()+1); in handleDeclOccurrence()
403 auto It = std::find_if(FinalRelations.begin(), FinalRelations.end(), in handleDeclOccurrence()
407 if (It != FinalRelations.end()) { in handleDeclOccurrence()
410 FinalRelations.push_back(Rel); in handleDeclOccurrence()
435 return DataConsumer.handleDeclOccurence(D, Roles, FinalRelations, Loc, Node); in handleDeclOccurrence()