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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, function in class:clang::index::IndexDataConsumer
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp69 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC),
90 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations,
351 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, function in class:IndexingContext
445 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node);
H A DIndexingContext.h127 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,

Completed in 89 milliseconds