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

References

include/llvm/Support/FormatCommon.h
   50     case AlignStyle::Left:
lib/Support/FormatVariadic.cpp
   15     return AlignStyle::Left;
tools/lldb/source/Commands/CommandObjectTarget.cpp
 3208                                               llvm::AlignStyle::Left, width));
tools/llvm-pdbutil/DumpOutputStyle.cpp
  559                fmt_align(NameInsert, AlignStyle::Left, FieldWidth + 2));
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  682     P.formatLine("  {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9));
unittests/Support/FormatVariadicTest.cpp
   97   EXPECT_EQ(AlignStyle::Left, Replacements[0].Where);
  124   EXPECT_EQ(AlignStyle::Left, Replacements[0].Where);
  133   EXPECT_EQ(AlignStyle::Left, Replacements[0].Where);
  175   EXPECT_EQ(AlignStyle::Left, Replacements[0].Where);
  258   EXPECT_EQ(AlignStyle::Left, Replacements[4].Where);