HomeSort by relevance Sort by last modified time
    Searched refs:SetKeepWhitespaceMode (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 30 RawLex.SetKeepWhitespaceMode(true);
  /external/clang/include/clang/Lex/
Lexer.h 174 /// SetKeepWhitespaceMode - This method lets clients enable or disable
176 void SetKeepWhitespaceMode(bool Val) {
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 484 RawLex.SetKeepWhitespaceMode(true);
493 RawLex.SetKeepWhitespaceMode(false);
  /external/clang/lib/Frontend/
FrontendActions.cpp 457 RawLex.SetKeepWhitespaceMode(true);
  /external/clang/lib/Lex/
PPDirectives.cpp 292 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false);
654 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false);
    [all...]
Lexer.cpp 131 SetKeepWhitespaceMode(true);
    [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]

Completed in 1682 milliseconds