Searched defs:handleMacroOccurrence (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Index/ | ||
H A D | IndexDataConsumer.h | 49 virtual bool handleMacroOccurrence(const IdentifierInfo *Name, in handleMacroOccurrence() function |
/llvm-project/clang/tools/c-index-test/ | ||
H A D | core_main.cpp | 166 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, handleMacroOccurrence() function in __anon973aa0980211::PrintIndexDataConsumer |
/llvm-project/clang/unittests/Index/ | ||
H A D | IndexTests.cpp | 94 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, in handleMacroOccurrence() function in clang::index::__anon37c2cdbb0111::Indexer |
/llvm-project/clang-tools-extra/clangd/index/ | ||
H A D | SymbolCollector.cpp | 697 bool SymbolCollector::handleMacroOccurrence(const IdentifierInfo *Name, handleMacroOccurrence() function in clang::clangd::SymbolCollector |