reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  631   if (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign &&
 1260         (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign ||
 1275         Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign)
tools/clang/lib/Format/Format.cpp
  280     IO.enumCase(Value, "DontAlign", FormatStyle::BAS_DontAlign);
  285     IO.enumCase(Value, "false", FormatStyle::BAS_DontAlign);
  914     GoogleStyle.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 1051   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
tools/clang/lib/Format/FormatToken.cpp
  171   if (Style.AlignAfterOpenBracket == FormatStyle::BAS_DontAlign)
tools/clang/lib/Format/TokenAnnotator.cpp
 2447       Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign)
 2459     if (Style.AlignAfterOpenBracket == FormatStyle::BAS_DontAlign)
tools/clang/unittests/Format/FormatTest.cpp
 4150   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 4198   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 5575   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 5653   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 5658   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 6705   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 6713   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
12573               FormatStyle::BAS_DontAlign);
12578               FormatStyle::BAS_DontAlign);