Searched refs:dumpTokenInto (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | MacroExpansionContext.cpp | 15 static void dumpTokenInto(const clang::Preprocessor &PP, clang::raw_ostream &OS, 52 dumpTokenInto(PP, llvm::dbgs(), MacroName); in MacroExpands() 177 static void dumpTokenInto(const Preprocessor &PP, raw_ostream &OS, Token Tok) { in dumpTokenInto() function 211 dumpTokenInto(*PP, llvm::dbgs(), Tok); llvm::dbgs() << "' at "; in onTokenLexed() 223 dumpTokenInto(*PP, OS, Tok); in onTokenLexed()
|