Searched refs:onTokenLexed (Results 1 – 2 of 2) sorted by relevance
125 void onTokenLexed(const Token &Tok);
97 PP->setTokenWatcher([this](const Token &Tok) { onTokenLexed(Tok); }); in registerForPreprocessor()205 void MacroExpansionContext::onTokenLexed(const Token &Tok) { in onTokenLexed() function in MacroExpansionContext