Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.h89 void handleMacroReference(const IdentifierInfo &Name, SourceLocation Loc,
H A DIndexingAction.cpp89 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in MacroExpands()
H A DIndexingContext.cpp452 void IndexingContext::handleMacroReference(const IdentifierInfo &Name, in handleMacroReference() function in IndexingContext