Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp33 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in MacroExpands()
58 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Defined()
66 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Ifdef()
74 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Ifndef()
85 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Elifdef()
93 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Elifndef()
H A DIndexingContext.h97 void handleMacroReference(const IdentifierInfo &Name, SourceLocation Loc,
H A DIndexingContext.cpp482 void IndexingContext::handleMacroReference(const IdentifierInfo &Name, in handleMacroReference() function in IndexingContext