Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp970 if (OnToken) in Lex()
971 OnToken(Result); in Lex()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h133 llvm::unique_function<void(const clang::Token &)> OnToken; variable
1045 OnToken = std::move(F); in setTokenWatcher()