HomeSort by: relevance | last modified time | path
    Searched refs:setTokenWatcher (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
MacroExpansionContext.cpp 96 PP->setTokenWatcher([this](const Token &Tok) { onTokenLexed(Tok); });
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp 639 PP.setTokenWatcher([this](const clang::Token &T) {
850 PP.setTokenWatcher(nullptr);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1044 void setTokenWatcher(llvm::unique_function<void(const clang::Token &)> F) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 53 PP.setTokenWatcher([CoverageInfo](clang::Token Tok) {

Completed in 24 milliseconds