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