Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp35 RawLex.SetKeepWhitespaceMode(true); in TokenRewriter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp183 lex.SetKeepWhitespaceMode(true); in Highlight()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp523 RawLex.SetKeepWhitespaceMode(true); in Process()
532 RawLex.SetKeepWhitespaceMode(false); in Process()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h254 void SetKeepWhitespaceMode(bool Val) { in SetKeepWhitespaceMode() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp239 Lexer->SetKeepWhitespaceMode(true); in getEntityEndLoc()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp40 Lex->SetKeepWhitespaceMode(true);
1585 Lex->SetKeepWhitespaceMode(true); in resetLexer()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1012 RawLex.SetKeepWhitespaceMode(true); in ExecuteAction()
H A DTextDiagnostic.cpp1147 L.SetKeepWhitespaceMode(true); in highlightLines()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp622 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
1232 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
H A DLexer.cpp222 SetKeepWhitespaceMode(true); in resetExtendedTokenMode()