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

References

tools/clang/lib/Format/Format.cpp
  279     IO.enumCase(Value, "Align", FormatStyle::BAS_Align);
  284     IO.enumCase(Value, "true", FormatStyle::BAS_Align);
  722   LLVMStyle.AlignAfterOpenBracket = FormatStyle::BAS_Align;
tools/clang/unittests/Format/FormatTest.cpp
 5648   Style.AlignAfterOpenBracket = FormatStyle::BAS_Align;
12571               FormatStyle::BAS_Align);
12580               FormatStyle::BAS_Align);