Home
last modified time | relevance | path

Searched refs:AlignLeft (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Index/
Dcomment-misc-tags.m52 \arg \c AlignLeft left alignment.
58 int AlignLeft; field
65 // CHECK-NEXT: (CXComment_InlineCommand CommandName=[c] RenderMonospaced Arg[0]=AlignLeft)
/external/clang/unittests/Format/
DFormatTest.cpp5632 FormatStyle AlignLeft = getLLVMStyle(); in TEST_F() local
5633 AlignLeft.PointerAlignment = FormatStyle::PAS_Left; in TEST_F()
5634 verifyFormat("void A::b() && {}", AlignLeft); in TEST_F()
5635 verifyFormat("Deleted& operator=(const Deleted&) & = default;", AlignLeft); in TEST_F()
5637 AlignLeft); in TEST_F()
5638 verifyFormat("Deleted& operator=(const Deleted&) &;", AlignLeft); in TEST_F()
5639 verifyFormat("SomeType MemberFunction(const Deleted&) &;", AlignLeft); in TEST_F()
5640 verifyFormat("auto Function(T t) & -> void {}", AlignLeft); in TEST_F()
5641 verifyFormat("auto Function(T... t) & -> void {}", AlignLeft); in TEST_F()
5642 verifyFormat("auto Function(T) & -> void {}", AlignLeft); in TEST_F()
[all …]