Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp69 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC), in handleDecl()
89 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations, in handleReference()
356 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence() function in IndexingContext
450 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node); in handleDeclOccurrence()
H A DIndexingContext.h127 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexDataConsumer.h42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp104 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function in __anonf3e021fc0211::PrintIndexDataConsumer
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h435 bool handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles,
H A DCXIndexDataConsumer.cpp162 bool CXIndexDataConsumer::handleDeclOccurrence( in handleDeclOccurrence() function in CXIndexDataConsumer