Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DMacroExpansionContext.cpp14 static void dumpTokenInto(const clang::Preprocessor &PP, clang::raw_ostream &OS,
51 dumpTokenInto(PP, llvm::dbgs(), MacroName); in MacroExpands()
176 static void dumpTokenInto(const Preprocessor &PP, raw_ostream &OS, Token Tok) { in dumpTokenInto() function
210 dumpTokenInto(*PP, llvm::dbgs(), Tok); llvm::dbgs() << "' at "; in onTokenLexed()
222 dumpTokenInto(*PP, OS, Tok); in onTokenLexed()