Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Index/
DIndexDataConsumer.h49 virtual bool handleMacroOccurrence(const IdentifierInfo *Name, in handleMacroOccurrence() function
/external/llvm-project/clang/tools/c-index-test/
Dcore_main.cpp159 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, in handleMacroOccurrence() function in __anon6a86235c0211::PrintIndexDataConsumer
/external/llvm-project/clang/unittests/Index/
DIndexTests.cpp94 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, in handleMacroOccurrence() function in clang::index::__anon6a06cf7f0111::Indexer
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp403 bool SymbolCollector::handleMacroOccurrence(const IdentifierInfo *Name, in handleMacroOccurrence() function in clang::clangd::SymbolCollector