Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp35 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in MacroExpands()
60 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Defined()
68 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Ifdef()
76 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Ifndef()
87 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Elifdef()
95 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Elifndef()
H A DIndexingContext.h90 void handleMacroReference(const IdentifierInfo &Name, SourceLocation Loc,
H A DIndexingContext.cpp470 void IndexingContext::handleMacroReference(const IdentifierInfo &Name, in handleMacroReference() function in IndexingContext