Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp988 PP.DumpToken(RawTok, true); in ExecuteAction()
1001 PP.DumpToken(Tok, true); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp238 void Preprocessor::DumpToken(const Token &Tok, bool DumpFlags) const { in DumpToken() function in Preprocessor
271 DumpToken(MI.getReplacementToken(i)); in DumpMacro()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2207 void DumpToken(const Token &Tok, bool DumpFlags = false) const;