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.cpp973 if (OnToken) in Lex()
974 OnToken(Result); in Lex()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h141 llvm::unique_function<void(const clang::Token &)> OnToken; variable
1338 OnToken = std::move(F); in setTokenWatcher()