Lines Matching refs:MacroNameTok
33 void MacroExpands(const Token &MacroNameTok, const MacroDefinition &MD, in MacroExpands() argument
35 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in MacroExpands()
39 void MacroDefined(const Token &MacroNameTok, in MacroDefined() argument
41 IndexCtx->handleMacroDefined(*MacroNameTok.getIdentifierInfo(), in MacroDefined()
42 MacroNameTok.getLocation(), in MacroDefined()
46 void MacroUndefined(const Token &MacroNameTok, const MacroDefinition &MD, in MacroUndefined() argument
50 IndexCtx->handleMacroUndefined(*MacroNameTok.getIdentifierInfo(), in MacroUndefined()
51 MacroNameTok.getLocation(), in MacroUndefined()
55 void Defined(const Token &MacroNameTok, const MacroDefinition &MD, in Defined() argument
60 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Defined()
61 MacroNameTok.getLocation(), in Defined()
64 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() argument
68 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Ifdef()
69 MacroNameTok.getLocation(), in Ifdef()
72 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() argument
76 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Ifndef()
77 MacroNameTok.getLocation(), in Ifndef()
83 void Elifdef(SourceLocation Loc, const Token &MacroNameTok, in Elifdef() argument
87 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Elifdef()
88 MacroNameTok.getLocation(), in Elifdef()
91 void Elifndef(SourceLocation Loc, const Token &MacroNameTok, in Elifndef() argument
95 IndexCtx->handleMacroReference(*MacroNameTok.getIdentifierInfo(), in Elifndef()
96 MacroNameTok.getLocation(), in Elifndef()