Home
last modified time | relevance | path

Searched refs:handleMacroOccurrence (Results 1 – 7 of 7) 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/lib/Index/
DIndexingContext.cpp461 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroDefined()
468 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroUndefined()
475 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroReference()
DIndexingAction.cpp177 DataConsumer.handleMacroOccurrence( in indexPreprocessorMacros()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.h110 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI,
DSymbolCollector.cpp403 bool SymbolCollector::handleMacroOccurrence(const IdentifierInfo *Name, in handleMacroOccurrence() function in clang::clangd::SymbolCollector
/external/llvm-project/clang/tools/c-index-test/
Dcore_main.cpp159 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, in handleMacroOccurrence() function in __anon7db691f50211::PrintIndexDataConsumer
/external/llvm-project/clang/unittests/Index/
DIndexTests.cpp94 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, in handleMacroOccurrence() function in clang::index::__anon3ce8c3d80111::Indexer