Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp607 PP.setTokenWatcher([this](const clang::Token &T) { in TokenCollector()
818 PP.setTokenWatcher(nullptr); in consume()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1044 void setTokenWatcher(llvm::unique_function<void(const clang::Token &)> F) { in setTokenWatcher() function
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp53 PP.setTokenWatcher([CoverageInfo](clang::Token Tok) { in setUpCoverageCallbacks()