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