Searched refs:dumpTokenInto (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | MacroExpansionContext.cpp | 15 static void dumpTokenInto(const clang::Preprocessor &PP, llvm::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()
|