Home
last modified time | relevance | path

Searched defs:handleMacroOccurrence (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h49 virtual bool handleMacroOccurrence(const IdentifierInfo *Name, in handleMacroOccurrence() function
/llvm-project/clang/tools/c-index-test/
H A Dcore_main.cpp166 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, handleMacroOccurrence() function in __anon973aa0980211::PrintIndexDataConsumer
/llvm-project/clang/unittests/Index/
H A DIndexTests.cpp94 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 DSymbolCollector.cpp697 bool SymbolCollector::handleMacroOccurrence(const IdentifierInfo *Name, handleMacroOccurrence() function in clang::clangd::SymbolCollector