Home
last modified time | relevance | path

Searched refs:OnToken (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1004 if (OnToken) in Lex()
1005 OnToken(Result); in Lex()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h149 llvm::unique_function<void(const clang::Token &)> OnToken; variable
1349 OnToken = std::move(F); in setTokenWatcher()