Searched refs:setTokenWatcher (Results 1 – 4 of 4) sorted by relevance
96 PP->setTokenWatcher([this](const Token &Tok) { onTokenLexed(Tok); }); in registerForPreprocessor()
639 PP.setTokenWatcher([this](const clang::Token &T) { in TokenCollector()850 PP.setTokenWatcher(nullptr); in consume()
1044 void setTokenWatcher(llvm::unique_function<void(const clang::Token &)> F) { in setTokenWatcher() function
53 PP.setTokenWatcher([CoverageInfo](clang::Token Tok) { in setUpCoverageCallbacks()