Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp69 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC), in handleDecl()
88 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations, in handleReference()
355 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence() function in IndexingContext
449 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node); in handleDeclOccurrence()
H A DIndexingContext.h127 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,
/src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function