Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Rewrite/ !
H A DTokenRewriter.cpp35 RawLex.SetKeepWhitespaceMode(true); in TokenRewriter()
/src/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ !
H A DClangHighlighter.cpp184 lex.SetKeepWhitespaceMode(true); in Highlight()
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ !
H A DInclusionRewriter.cpp523 RawLex.SetKeepWhitespaceMode(true); in Process()
532 RawLex.SetKeepWhitespaceMode(false); in Process()
/src/contrib/llvm-project/clang/include/clang/Lex/ !
H A DLexer.h254 void SetKeepWhitespaceMode(bool Val) { in SetKeepWhitespaceMode() function
/src/contrib/llvm-project/clang/lib/Tooling/Transformer/ !
H A DSourceCode.cpp239 Lexer->SetKeepWhitespaceMode(true); in getEntityEndLoc()
/src/contrib/llvm-project/clang/lib/Format/ !
H A DFormatTokenLexer.cpp38 Lex->SetKeepWhitespaceMode(true);
1454 Lex->SetKeepWhitespaceMode(true); in resetLexer()
/src/contrib/llvm-project/clang/lib/Frontend/ !
H A DFrontendActions.cpp983 RawLex.SetKeepWhitespaceMode(true); in ExecuteAction()
H A DTextDiagnostic.cpp1150 L.SetKeepWhitespaceMode(true); in highlightLines()
/src/contrib/llvm-project/clang/lib/Lex/ !
H A DPPDirectives.cpp596 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
1206 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
H A DLexer.cpp223 SetKeepWhitespaceMode(true); in resetExtendedTokenMode()