Searched refs:handleDeclOccurrence (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 69 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC), in handleDecl() 90 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations, in handleReference() 360 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence() function in IndexingContext 454 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node); in handleDeclOccurrence()
|
| H A D | IndexingContext.h | 129 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
| H A D | IndexDataConsumer.h | 42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 103 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() function in __anon4e1435b00211::PrintIndexDataConsumer
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.h | 434 bool handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles,
|
| H A D | CXIndexDataConsumer.cpp | 157 bool CXIndexDataConsumer::handleDeclOccurrence( in handleDeclOccurrence() function in CXIndexDataConsumer
|