Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexDataConsumer.h49 virtual bool handleMacroOccurrence(const IdentifierInfo *Name, in handleMacroOccurrence() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp463 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroDefined()
472 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroUndefined()
481 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroReference()
H A DIndexingAction.cpp210 DataConsumer.handleMacroOccurrence(II, MI, static_cast<unsigned>(Role), Loc); in indexPreprocessorMacro()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp165 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, in handleMacroOccurrence() function in __anon4e1435b00211::PrintIndexDataConsumer