Searched defs:FormatTestSelective (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/unittests/Format/ |
H A D | FormatTestSelective.cpp | 20 class FormatTestSelective : public testing::Test { class 39 TEST_F(FormatTestSelective, RemovesTrailingWhitespaceOfFormattedLine) { in TEST_F() argument 46 TEST_F(FormatTestSelective, FormatsCorrectRegionForLeadingWhitespace) { in TEST_F() argument 73 TEST_F(FormatTestSelective, FormatLineWhenInvokedOnTrailingNewline) { in TEST_F() argument 82 TEST_F(FormatTestSelective, RemovesWhitespaceWhenTriggeredOnEmptyLine) { in TEST_F() argument 87 TEST_F(FormatTestSelective, ReformatsMovedLines) { in TEST_F() argument 100 TEST_F(FormatTestSelective, FormatsIfWithoutCompoundStatement) { in TEST_F() argument 107 TEST_F(FormatTestSelective, FormatsCommentsLocally) { in TEST_F() argument 180 TEST_F(FormatTestSelective, ContinueReindentin argument 198 TEST_F(FormatTestSelective,ReindentClosingBrace) TEST_F() argument 246 TEST_F(FormatTestSelective,IndividualStatementsOfNestedBlocks) TEST_F() argument 372 TEST_F(FormatTestSelective,WrongIndent) TEST_F() argument 393 TEST_F(FormatTestSelective,AlwaysFormatsEntireMacroDefinitions) TEST_F() argument 419 TEST_F(FormatTestSelective,ReformatRegionAdjustsIndent) TEST_F() argument 553 TEST_F(FormatTestSelective,UnderstandsTabs) TEST_F() argument 586 TEST_F(FormatTestSelective,StopFormattingWhenLeavingScope) TEST_F() argument 607 TEST_F(FormatTestSelective,SelectivelyRequoteJavaScript) TEST_F() argument 618 TEST_F(FormatTestSelective,KeepsIndentAfterCommentSectionImport) TEST_F() argument 626 TEST_F(FormatTestSelective,DontAssert) TEST_F() argument 650 TEST_F(FormatTestSelective,FormatMacroRegardlessOfPreviousIndent) TEST_F() argument [all...] |