Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp241 void Preprocessor::DumpToken(const Token &Tok, bool DumpFlags) const { in DumpToken() function in Preprocessor
274 DumpToken(MI.getReplacementToken(i)); in DumpMacro()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp974 PP.DumpToken(RawTok, true); in ExecuteAction()
987 PP.DumpToken(Tok, true); in ExecuteAction()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2036 void DumpToken(const Token &Tok, bool DumpFlags = false) const;