Searched defs:handleDeclOccurrence (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/Index/ |
H A D | IndexDataConsumer.h | 42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function
|
/llvm-project/clang/tools/c-index-test/ |
H A D | core_main.cpp | 104 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, handleDeclOccurrence() function in __anon973aa0980211::PrintIndexDataConsumer
|
/llvm-project/clang/lib/Index/ |
H A D | IndexingContext.cpp | 355 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence() function in IndexingContext
|
/llvm-project/clang/unittests/Index/ |
H A D | IndexTests.cpp | 77 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function in clang::index::__anon37c2cdbb0111::Indexer
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 531 bool SymbolCollector::handleDeclOccurrence( handleDeclOccurrence() function in clang::clangd::SymbolCollector
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 163 bool CXIndexDataConsumer::handleDeclOccurrence( in handleDeclOccurrence() function in CXIndexDataConsumer
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 908 handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles, handleDeclOccurrence() function in clang::clangd::__anon452263b60c11::ReferenceFinder
|