Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Index/
HDIndexDataConsumer.h49 virtual bool handleMacroOccurrence(const IdentifierInfo *Name, in handleMacroOccurrence() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDIndexingContext.cpp458 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroDefined()
467 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroUndefined()
476 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroReference()
HDIndexingAction.cpp229 DataConsumer.handleMacroOccurrence(II, MI, static_cast<unsigned>(Role), Loc); in indexPreprocessorMacro()