Searched defs:FormatTestTextProto (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/unittests/Format/ |
H A D | FormatTestTextProto.cpp | 18 class FormatTestTextProto : public FormatTestBase { class 27 TEST_F(FormatTestTextProto,KeepsTopLevelEntriesFittingALine) TEST_F() argument 31 TEST_F(FormatTestTextProto,SupportsMessageFields) TEST_F() argument 76 TEST_F(FormatTestTextProto,AvoidsTopLevelBinPacking) TEST_F() argument 109 TEST_F(FormatTestTextProto,AddsNewlinesAfterTrailingComments) TEST_F() argument 124 TEST_F(FormatTestTextProto,ImplicitStringLiteralConcatenation) TEST_F() argument 141 TEST_F(FormatTestTextProto,SupportsAngleBracketMessageFields) TEST_F() argument 331 TEST_F(FormatTestTextProto,DiscardsUnbreakableTailIfCanBreakAfter) TEST_F() argument 343 TEST_F(FormatTestTextProto,KeepsLongStringLiteralsOnSameLine) TEST_F() argument 350 TEST_F(FormatTestTextProto,KeepsCommentsIndentedInList) TEST_F() argument 361 TEST_F(FormatTestTextProto,UnderstandsHashComments) TEST_F() argument 404 TEST_F(FormatTestTextProto,FormatsExtensions) TEST_F() argument 478 TEST_F(FormatTestTextProto,SpacesAroundPercents) TEST_F() argument 484 TEST_F(FormatTestTextProto,FormatsRepeatedListInitializers) TEST_F() argument 528 TEST_F(FormatTestTextProto,AcceptsOperatorAsKey) TEST_F() argument 541 TEST_F(FormatTestTextProto,BreaksConsecutiveStringLiterals) TEST_F() argument 546 TEST_F(FormatTestTextProto,PutsMultipleEntriesInExtensionsOnNewlines) TEST_F() argument 562 TEST_F(FormatTestTextProto,BreaksAfterBraceFollowedByClosingBraceOnNextLine) TEST_F() argument 573 TEST_F(FormatTestTextProto,BreaksEntriesOfSubmessagesContainingSubmessages) TEST_F() argument 680 TEST_F(FormatTestTextProto,PreventBreaksBetweenKeyAndSubmessages) TEST_F() argument 703 TEST_F(FormatTestTextProto,FormatsCommentsAtEndOfFile) TEST_F() argument 720 TEST_F(FormatTestTextProto,KeepsAmpersandsNextToKeys) TEST_F() argument [all...] |