Searched refs:handleMacroOccurrence (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
H A D | IndexDataConsumer.h | 49 virtual bool handleMacroOccurrence(const IdentifierInfo *Name, in handleMacroOccurrence() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexingContext.cpp | 463 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 D | IndexingAction.cpp | 210 DataConsumer.handleMacroOccurrence(II, MI, static_cast<unsigned>(Role), Loc); in indexPreprocessorMacro()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | core_main.cpp | 165 bool handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, in handleMacroOccurrence() function in __anon4e1435b00211::PrintIndexDataConsumer
|