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/lib/Rewrite/Frontend/
InclusionRewriter.cpp 496 RawLex.SetKeepWhitespaceMode(true);
505 RawLex.SetKeepWhitespaceMode(false);
  /external/clang/include/clang/Lex/
Lexer.h 170 /// SetKeepWhitespaceMode - This method lets clients enable or disable
172 void SetKeepWhitespaceMode(bool Val) {
  /external/clang/lib/Frontend/
FrontendActions.cpp 554 RawLex.SetKeepWhitespaceMode(true);
  /external/clang/lib/Lex/
PPDirectives.cpp 299 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false);
684 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false);
    [all...]
Lexer.cpp 123 SetKeepWhitespaceMode(true);
    [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]

Completed in 109 milliseconds