Home | History | Annotate | Download | only in Format

Lines Matching refs:Left

1572             "* a left comment\n"
1577 "* a left comment\n"
5443 verifyFormat("bool operator<(const aaaaaaaaaaaaaaaaaaaaa &left,\n"
5445 " return left.group < right.group;\n"
5612 FormatStyle Left = getLLVMStyle();
5613 Left.PointerAlignment = FormatStyle::PAS_Left;
5614 verifyFormat("x = *a(x) = *a(y);", Left);
5615 verifyFormat("for (;; * = b) {\n}", Left);
9787 CHECK_PARSE("PointerAlignment: Left", PointerAlignment,
9794 CHECK_PARSE("PointerBindsToType: Left", PointerAlignment,
10385 // Access specifiers should be aligned left.