Home
last modified time | relevance | path

Searched refs:Justify (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFormat.h133 : Str(S), Width(W), Justify(J) {}
138 Justification Justify;
/llvm-project-15.0.7/llvm/unittests/Support/
H A Draw_ostream_test.cpp164 TEST(raw_ostreamTest, Justify) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp358 switch (FS.Justify) { in operator <<()