Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DTokenRewriter.cpp36 RawLex.SetKeepWhitespaceMode(true); in TokenRewriter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp165 lex.SetKeepWhitespaceMode(true); in Highlight()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp579 RawLex.SetKeepWhitespaceMode(true); in Process()
588 RawLex.SetKeepWhitespaceMode(false); in Process()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatTokenLexer.cpp37 Lex->SetKeepWhitespaceMode(true);
720 Lex->SetKeepWhitespaceMode(true); in resetLexer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h213 void SetKeepWhitespaceMode(bool Val) { in SetKeepWhitespaceMode() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp730 RawLex.SetKeepWhitespaceMode(true); in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp418 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
845 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
H A DLexer.cpp167 SetKeepWhitespaceMode(true); in resetExtendedTokenMode()