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

  /external/clang/lib/Format/
FormatToken.cpp 158 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_DontAlign)
Format.cpp 146 IO.enumCase(Value, "DontAlign", FormatStyle::BAS_DontAlign);
151 IO.enumCase(Value, "false", FormatStyle::BAS_DontAlign);
569 GoogleStyle.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
638 Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
    [all...]
ContinuationIndenter.cpp 340 if (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign &&
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/include/clang/Format/
Format.h 59 BAS_DontAlign,
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 58 milliseconds