Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Rewrite/
H A DTokenRewriter.cpp35 RawLex.SetKeepWhitespaceMode(true); in TokenRewriter()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp183 lex.SetKeepWhitespaceMode(true); in Highlight()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp488 RawLex.SetKeepWhitespaceMode(true); in Process()
497 RawLex.SetKeepWhitespaceMode(false); in Process()
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp146 Lexer->SetKeepWhitespaceMode(true); in getEntityEndLoc()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp38 Lex->SetKeepWhitespaceMode(true);
1195 Lex->SetKeepWhitespaceMode(true); in resetLexer()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h254 void SetKeepWhitespaceMode(bool Val) { in SetKeepWhitespaceMode() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp969 RawLex.SetKeepWhitespaceMode(true); in ExecuteAction()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp595 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
1137 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
H A DLexer.cpp175 SetKeepWhitespaceMode(true); in resetExtendedTokenMode()