Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h129 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,
/llvm-project-15.0.7/clang/include/clang/Index/
H A DIndexDataConsumer.h42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.h114 handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles,
H A DSymbolCollector.cpp521 bool SymbolCollector::handleDeclOccurrence( in handleDeclOccurrence() function in clang::clangd::SymbolCollector
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dcore_main.cpp104 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function in __anondbd406350211::PrintIndexDataConsumer
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/unittests/Index/
H A DIndexTests.cpp77 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function in clang::index::__anone09c28180111::Indexer
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp912 handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles, in handleDeclOccurrence() function in clang::clangd::__anond43782d30c11::ReferenceFinder