| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 69 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 D | IndexingContext.h | 129 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,
|
| /llvm-project-15.0.7/clang/include/clang/Index/ |
| H A D | IndexDataConsumer.h | 42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | SymbolCollector.h | 114 handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles,
|
| H A D | SymbolCollector.cpp | 521 bool SymbolCollector::handleDeclOccurrence( in handleDeclOccurrence() function in clang::clangd::SymbolCollector
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 104 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function in __anondbd406350211::PrintIndexDataConsumer
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.h | 435 bool handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles,
|
| H A D | CXIndexDataConsumer.cpp | 162 bool CXIndexDataConsumer::handleDeclOccurrence( in handleDeclOccurrence() function in CXIndexDataConsumer
|
| /llvm-project-15.0.7/clang/unittests/Index/ |
| H A D | IndexTests.cpp | 77 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 D | XRefs.cpp | 912 handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles, in handleDeclOccurrence() function in clang::clangd::__anond43782d30c11::ReferenceFinder
|