Home
last modified time | relevance | path

Searched refs:setTokenWatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp97 PP->setTokenWatcher([this](const Token &Tok) { onTokenLexed(Tok); }); in registerForPreprocessor()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp685 PP.setTokenWatcher([this](const clang::Token &T) { in TokenCollector()
896 PP.setTokenWatcher(nullptr); in consume()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1337 void setTokenWatcher(llvm::unique_function<void(const clang::Token &)> F) { in setTokenWatcher() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp69 PP.setTokenWatcher([CoverageInfo](clang::Token Tok) { in setUpCoverageCallbacks()