Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp953 PP.DumpToken(RawTok, true); in ExecuteAction()
966 PP.DumpToken(Tok, true); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp234 void Preprocessor::DumpToken(const Token &Tok, bool DumpFlags) const { in DumpToken() function in Preprocessor
267 DumpToken(MI.getReplacementToken(i)); in DumpMacro()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2181 void DumpToken(const Token &Tok, bool DumpFlags = false) const;