Searched defs:handleDeclOccurrence (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/include/clang/Index/ |
D | IndexDataConsumer.h | 42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function
|
/external/clang/lib/Index/ |
D | IndexingContext.cpp | 230 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence() function in IndexingContext
|
/external/llvm-project/clang/tools/c-index-test/ |
D | core_main.cpp | 97 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function in __anon6a86235c0211::PrintIndexDataConsumer
|
/external/llvm-project/clang/unittests/Index/ |
D | IndexTests.cpp | 77 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function in clang::index::__anon6a06cf7f0111::Indexer
|
/external/llvm-project/clang/lib/Index/ |
D | IndexingContext.cpp | 360 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence() function in IndexingContext
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.cpp | 256 bool SymbolCollector::handleDeclOccurrence( in handleDeclOccurrence() function in clang::clangd::SymbolCollector
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 157 bool CXIndexDataConsumer::handleDeclOccurrence( in handleDeclOccurrence() function in CXIndexDataConsumer
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | XRefs.cpp | 793 handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles, in handleDeclOccurrence() function in clang::clangd::__anon7033247a0b11::ReferenceFinder
|