Searched refs:handleDeclOccurence (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Index/ |
D | IndexDataConsumer.h | 40 virtual bool handleDeclOccurence(const Decl *D, SymbolRoleSet Roles,
|
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 22 bool IndexDataConsumer::handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurence() function in IndexDataConsumer
|
D | IndexingContext.cpp | 332 return DataConsumer.handleDeclOccurence(D, Roles, FinalRelations, FID, Offset, in handleDeclOccurrence()
|
/external/clang/tools/c-index-test/ |
D | core_main.cpp | 74 bool handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurence() function in __anon67d54e500211::PrintIndexDataConsumer
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 465 bool handleDeclOccurence(const Decl *D, index::SymbolRoleSet Roles,
|
D | CXIndexDataConsumer.cpp | 153 bool CXIndexDataConsumer::handleDeclOccurence(const Decl *D, in handleDeclOccurence() function in CXIndexDataConsumer
|