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

/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h49 virtual bool handleMacroOccurrence(const IdentifierInfo *Name, function in class:clang::index::IndexDataConsumer
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp458 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc);
467 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc);
476 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc);
H A DIndexingAction.cpp229 DataConsumer.handleMacroOccurrence(II, MI, static_cast<unsigned>(Role), Loc);

Completed in 111 milliseconds