Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DTokenRewriter.cpp30 RawLex.SetKeepWhitespaceMode(true); in TokenRewriter()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp552 RawLex.SetKeepWhitespaceMode(true); in Process()
561 RawLex.SetKeepWhitespaceMode(false); in Process()
/external/clang/lib/Format/
DFormatTokenLexer.cpp38 Lex->SetKeepWhitespaceMode(true); in FormatTokenLexer()
592 Lex->SetKeepWhitespaceMode(true); in resetLexer()
/external/clang/include/clang/Lex/
DLexer.h172 void SetKeepWhitespaceMode(bool Val) { in SetKeepWhitespaceMode() function
/external/clang/lib/Frontend/
DFrontendActions.cpp625 RawLex.SetKeepWhitespaceMode(true); in ExecuteAction()
/external/clang/lib/Lex/
DPPDirectives.cpp418 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
905 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
DLexer.cpp123 SetKeepWhitespaceMode(true); in resetExtendedTokenMode()