HomeSort by: relevance | last modified time | path
    Searched refs:FormattingDisabled (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatTokenLexer.h 117 bool FormattingDisabled;
FormatTokenLexer.cpp 34 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
1054 FormattingDisabled = false;
1057 Tok.Finalized = FormattingDisabled;
1061 FormattingDisabled = true;

Completed in 61 milliseconds