Lines Matching refs:FormatStyle

39                      const FormatStyle &Style = getLLVMStyle()) {  in annotate()
46 const FormatStyle &Style = getLLVMStyle(), in format()
66 FormatStyle getStyleWithColumns(FormatStyle Style, unsigned ColumnLimit) { in getStyleWithColumns()
71 FormatStyle getLLVMStyleWithColumns(unsigned ColumnLimit) { in getLLVMStyleWithColumns()
77 const FormatStyle &Style = getLLVMStyle()) { in _verifyFormat()
82 if (Style.Language == FormatStyle::LK_Cpp) { in _verifyFormat()
85 FormatStyle ObjCStyle = Style; in _verifyFormat()
86 ObjCStyle.Language = FormatStyle::LK_ObjC; in _verifyFormat()
92 const FormatStyle &Style = getLLVMStyle()) { in _verifyFormat()
97 const FormatStyle &Style = getLLVMStyle()) { in _verifyIncompleteFormat()
105 const FormatStyle &Style = getLLVMStyle()) { in _verifyIndependentOfContext()
113 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
139 FormatStyle Style = {}; in TEST_F()
140 Style.Language = FormatStyle::LK_Cpp; in TEST_F()
148 FormatStyle Style = {}; in TEST_F()
149 Style.Language = FormatStyle::LK_Cpp; in TEST_F()
157 FormatStyle Style = {}; in TEST_F()
158 Style.Language = FormatStyle::LK_Cpp; in TEST_F()
169 FormatStyle Style = {}; in TEST_F()
170 Style.Language = FormatStyle::LK_Cpp; in TEST_F()
176 FormatStyle Style = {}; in TEST_F()
177 Style.Language = FormatStyle::LK_Cpp; in TEST_F()
183 FormatStyle Style = {}; in TEST_F()
184 Style.Language = FormatStyle::LK_Cpp; in TEST_F()
190 FormatStyle Style = {}; in TEST_F()
191 Style.Language = FormatStyle::LK_Cpp; in TEST_F()
197 FormatStyle Style = getLLVMStyle(); in TEST_F()
198 Style.QualifierAlignment = FormatStyle::QAS_Left; in TEST_F()
222 FormatStyle Style = getLLVMStyle(); in TEST_F()
255 FormatStyle Style = getLLVMStyle(); in TEST_F()
256 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
415 FormatStyle Style = getLLVMStyle(); in TEST_F()
416 Style.QualifierAlignment = FormatStyle::QAS_Left; in TEST_F()
560 FormatStyle Style = getLLVMStyle(); in TEST_F()
561 Style.QualifierAlignment = FormatStyle::QAS_Left; in TEST_F()
573 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
582 Style.QualifierAlignment = FormatStyle::QAS_Left; in TEST_F()
591 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
600 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
611 FormatStyle Style = getLLVMStyle(); in TEST_F()
612 Style.QualifierAlignment = FormatStyle::QAS_Left; in TEST_F()
629 FormatStyle Style = getLLVMStyle(); in TEST_F()
630 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
642 FormatStyle Style = getLLVMStyle(); in TEST_F()
643 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
656 FormatStyle Style = getLLVMStyle(); in TEST_F()
657 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
678 FormatStyle Style = getLLVMStyle(); in TEST_F()
679 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
699 FormatStyle Style = getLLVMStyle(); in TEST_F()
700 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
777 FormatStyle Style = getLLVMStyle(); in TEST_F()
778 Style.QualifierAlignment = FormatStyle::QAS_Left; in TEST_F()
786 FormatStyle Style = getLLVMStyle(); in TEST_F()
787 Style.QualifierAlignment = FormatStyle::QAS_Left; in TEST_F()
803 FormatStyle Style = getLLVMStyle(); in TEST_F()
804 Style.QualifierAlignment = FormatStyle::QAS_Left; in TEST_F()
810 Style.QualifierAlignment = FormatStyle::QAS_Right; in TEST_F()
819 FormatStyle Style = getLLVMStyle(); in TEST_F()
820 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
832 FormatStyle Style = getLLVMStyle(); in TEST_F()
833 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
872 FormatStyle Style = getLLVMStyle(); in TEST_F()
873 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
887 FormatStyle Style = getLLVMStyle(); in TEST_F()
888 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
909 FormatStyle Style = getLLVMStyle(); in TEST_F()
910 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()
926 FormatStyle Style = getLLVMStyle(); in TEST_F()
927 Style.QualifierAlignment = FormatStyle::QAS_Custom; in TEST_F()