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.cpp550 RawLex.SetKeepWhitespaceMode(true); in Process()
559 RawLex.SetKeepWhitespaceMode(false); in Process()
/external/clang/include/clang/Lex/
DLexer.h172 void SetKeepWhitespaceMode(bool Val) { in SetKeepWhitespaceMode() function
/external/clang/lib/Frontend/
DFrontendActions.cpp623 RawLex.SetKeepWhitespaceMode(true); in ExecuteAction()
/external/clang/lib/Lex/
DPPDirectives.cpp337 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
762 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
DLexer.cpp123 SetKeepWhitespaceMode(true); in resetExtendedTokenMode()
/external/clang/lib/Format/
DFormat.cpp772 Lex->SetKeepWhitespaceMode(true); in FormatTokenLexer()
1396 Lex->SetKeepWhitespaceMode(true); in resetLexer()