Lines Matching defs:TEST_F

79 TEST_F(FormatTest, MessUp) {  in TEST_F()  function
91 TEST_F(FormatTest, DoesNotChangeCorrectlyFormattedCode) { in TEST_F() function
95 TEST_F(FormatTest, FormatsGlobalStatementsAt0) { in TEST_F() function
102 TEST_F(FormatTest, FormatsUnwrappedLinesAtFirstFormat) { in TEST_F() function
106 TEST_F(FormatTest, FormatsNestedBlockStatements) { in TEST_F() function
110 TEST_F(FormatTest, FormatsNestedCall) { in TEST_F() function
116 TEST_F(FormatTest, NestedNameSpecifiers) { in TEST_F() function
123 TEST_F(FormatTest, OnlyGeneratesNecessaryReplacements) { in TEST_F() function
138 TEST_F(FormatTest, RemovesTrailingWhitespaceOfFormattedLine) { in TEST_F() function
146 TEST_F(FormatTest, FormatsCorrectRegionForLeadingWhitespace) { in TEST_F() function
168 TEST_F(FormatTest, FormatLineWhenInvokedOnTrailingNewline) { in TEST_F() function
180 TEST_F(FormatTest, RemovesWhitespaceWhenTriggeredOnEmptyLine) { in TEST_F() function
187 TEST_F(FormatTest, RemovesEmptyLines) { in TEST_F() function
302 TEST_F(FormatTest, ReformatsMovedLines) { in TEST_F() function
315 TEST_F(FormatTest, RecognizesBinaryOperatorKeywords) { in TEST_F() function
330 TEST_F(FormatTest, FormatIfWithoutCompoundStatement) { in TEST_F() function
377 TEST_F(FormatTest, FormatLoopsWithoutCompoundStatement) { in TEST_F() function
400 TEST_F(FormatTest, FormatShortBracedStatements) { in TEST_F() function
445 TEST_F(FormatTest, ParseIfElse) { in TEST_F() function
476 TEST_F(FormatTest, ElseIf) { in TEST_F() function
503 TEST_F(FormatTest, FormatsForLoop) { in TEST_F() function
567 TEST_F(FormatTest, RangeBasedForLoops) { in TEST_F() function
578 TEST_F(FormatTest, ForEachLoops) { in TEST_F() function
587 TEST_F(FormatTest, FormatsWhileLoop) { in TEST_F() function
597 TEST_F(FormatTest, FormatsDoWhile) { in TEST_F() function
606 TEST_F(FormatTest, FormatsSwitchStatement) { in TEST_F() function
744 TEST_F(FormatTest, CaseRanges) { in TEST_F() function
752 TEST_F(FormatTest, ShortCaseLabels) { in TEST_F() function
804 TEST_F(FormatTest, FormatsLabels) { in TEST_F() function
826 TEST_F(FormatTest, UnderstandsSingleLineComments) { in TEST_F() function
1052 TEST_F(FormatTest, KeepsParameterWithTrailingCommentsOnTheirOwnLine) { in TEST_F() function
1078 TEST_F(FormatTest, CanFormatCommentsLocally) { in TEST_F() function
1137 TEST_F(FormatTest, RemovesTrailingWhitespaceOfComments) { in TEST_F() function
1146 TEST_F(FormatTest, UnderstandsBlockComments) { in TEST_F() function
1183 TEST_F(FormatTest, AlignsBlockComments) { in TEST_F() function
1257 TEST_F(FormatTest, CorrectlyHandlesLengthOfBlockComments) { in TEST_F() function
1281 TEST_F(FormatTest, DontBreakNonTrailingBlockComments) { in TEST_F() function
1288 TEST_F(FormatTest, SplitsLongCxxComments) { in TEST_F() function
1356 TEST_F(FormatTest, PreservesHangingIndentInCxxComments) { in TEST_F() function
1371 TEST_F(FormatTest, DontSplitLineCommentsWithEscapedNewlines) { in TEST_F() function
1397 TEST_F(FormatTest, DontSplitLineCommentsWithPragmas) { in TEST_F() function
1408 TEST_F(FormatTest, PriorityOfCommentBreaking) { in TEST_F() function
1438 TEST_F(FormatTest, MultiLineCommentsInDefines) { in TEST_F() function
1461 TEST_F(FormatTest, ParsesCommentsAdjacentToPPDirectives) { in TEST_F() function
1470 TEST_F(FormatTest, SplitsLongLinesInComments) { in TEST_F() function
1632 TEST_F(FormatTest, SplitsLongLinesInCommentsInPreprocessor) { in TEST_F() function
1669 TEST_F(FormatTest, CommentsInStaticInitializers) { in TEST_F() function
1735 TEST_F(FormatTest, IgnoresIf0Contents) { in TEST_F() function
1877 TEST_F(FormatTest, DoesNotBreakSemiAfterClassDecl) { in TEST_F() function
1881 TEST_F(FormatTest, UnderstandsAccessSpecifiers) { in TEST_F() function
1905 TEST_F(FormatTest, SeparatesLogicalBlocks) { in TEST_F() function
1963 TEST_F(FormatTest, FormatsClasses) { in TEST_F() function
1998 TEST_F(FormatTest, FormatsVariableDeclarationsAfterStructOrClass) { in TEST_F() function
2004 TEST_F(FormatTest, FormatsEnum) { in TEST_F() function
2057 TEST_F(FormatTest, FormatsEnumsWithErrors) { in TEST_F() function
2071 TEST_F(FormatTest, FormatsEnumStruct) { in TEST_F() function
2088 TEST_F(FormatTest, FormatsEnumClass) { in TEST_F() function
2105 TEST_F(FormatTest, FormatsEnumTypes) { in TEST_F() function
2114 TEST_F(FormatTest, FormatsNSEnums) { in TEST_F() function
2141 TEST_F(FormatTest, FormatsBitfields) { in TEST_F() function
2158 TEST_F(FormatTest, FormatsNamespaces) { in TEST_F() function
2231 TEST_F(FormatTest, FormatsExternC) { verifyFormat("extern \"C\" {\nint a;"); } in TEST_F() function
2233 TEST_F(FormatTest, FormatsInlineASM) { in TEST_F() function
2263 TEST_F(FormatTest, FormatTryCatch) { in TEST_F() function
2288 TEST_F(FormatTest, FormatSEHTryCatch) { in TEST_F() function
2308 TEST_F(FormatTest, IncompleteTryCatchBlocks) { in TEST_F() function
2323 TEST_F(FormatTest, FormatTryCatchBraceStyles) { in TEST_F() function
2376 TEST_F(FormatTest, FormatObjCTryCatch) { in TEST_F() function
2391 TEST_F(FormatTest, StaticInitializers) { in TEST_F() function
2418 TEST_F(FormatTest, DesignatedInitializers) { in TEST_F() function
2435 TEST_F(FormatTest, NestedStaticInitializers) { in TEST_F() function
2491 TEST_F(FormatTest, FormatsSmallMacroDefinitionsInSingleLine) { in TEST_F() function
2497 TEST_F(FormatTest, DoesNotBreakPureVirtualFunctionDefinition) { in TEST_F() function
2502 TEST_F(FormatTest, BreaksStringLiteralsOnlyInDefine) { in TEST_F() function
2514 TEST_F(FormatTest, UnderstandsLinePPDirective) { in TEST_F() function
2519 TEST_F(FormatTest, LayoutUnknownPPDirective) { in TEST_F() function
2524 TEST_F(FormatTest, UnescapedEndOfLineEndsPPDirective) { in TEST_F() function
2531 TEST_F(FormatTest, EndOfFileEndsPPDirective) { in TEST_F() function
2537 TEST_F(FormatTest, DoesntRemoveUnknownTokens) { in TEST_F() function
2555 TEST_F(FormatTest, IndentsPPDirectiveInReducedSpace) { in TEST_F() function
2569 TEST_F(FormatTest, HandlePreprocessorDirectiveContext) { in TEST_F() function
2585 TEST_F(FormatTest, LayoutSingleHash) { EXPECT_EQ("#\na;", format("#\na;")); } in TEST_F() function
2587 TEST_F(FormatTest, LayoutCodeInMacroDefinitions) { in TEST_F() function
2597 TEST_F(FormatTest, LayoutRemainingTokens) { EXPECT_EQ("{}", format("{}")); } in TEST_F() function
2599 TEST_F(FormatTest, AlwaysFormatsEntireMacroDefinitions) { in TEST_F() function
2624 TEST_F(FormatTest, MacroDefinitionInsideStatement) { in TEST_F() function
2631 TEST_F(FormatTest, HashInMacroDefinition) { in TEST_F() function
2651 TEST_F(FormatTest, RespectWhitespaceInMacroDefinitions) { in TEST_F() function
2656 TEST_F(FormatTest, EmptyLinesInMacroDefinitions) { in TEST_F() function
2681 TEST_F(FormatTest, MacroDefinitionsWithIncompleteCode) { in TEST_F() function
2713 TEST_F(FormatTest, MacrosWithoutTrailingSemicolon) { in TEST_F() function
2756 TEST_F(FormatTest, MacroCallsWithoutTrailingSemicolon) { in TEST_F() function
2898 TEST_F(FormatTest, LayoutMacroDefinitionsStatementsSpanningBlocks) { in TEST_F() function
2905 TEST_F(FormatTest, IndentPreprocessorDirectivesAtZero) { in TEST_F() function
2909 TEST_F(FormatTest, FormatHashIfNotAtStartOfLine) { in TEST_F() function
2913 TEST_F(FormatTest, FormatUnbalancedStructuralElements) { in TEST_F() function
2920 TEST_F(FormatTest, EscapedNewlineAtStartOfToken) { in TEST_F() function
2927 TEST_F(FormatTest, NoEscapedNewlineHandlingInBlockComments) { in TEST_F() function
2931 TEST_F(FormatTest, DontCrashOnBlockComments) { in TEST_F() function
2942 TEST_F(FormatTest, CalculateSpaceOnConsecutiveLinesInMacro) { in TEST_F() function
2950 TEST_F(FormatTest, MixingPreprocessorDirectivesAndNormalCode) { in TEST_F() function
2966 TEST_F(FormatTest, LayoutStatementsAroundPreprocessorDirectives) { in TEST_F() function
3042 TEST_F(FormatTest, GraciouslyHandleIncorrectPreprocessorConditions) { in TEST_F() function
3047 TEST_F(FormatTest, FormatsJoinedLinesOnSubsequentRuns) { in TEST_F() function
3060 TEST_F(FormatTest, LayoutBlockInsideParens) { in TEST_F() function
3106 TEST_F(FormatTest, LayoutBlockInsideStatement) { in TEST_F() function
3112 TEST_F(FormatTest, LayoutNestedBlocks) { in TEST_F() function
3184 TEST_F(FormatTest, IndividualStatementsOfNestedBlocks) { in TEST_F() function
3255 TEST_F(FormatTest, PutEmptyBlocksIntoOneLine) { in TEST_F() function
3265 TEST_F(FormatTest, PreventConfusingIndents) { in TEST_F() function
3292 TEST_F(FormatTest, LineBreakingInBinaryExpressions) { in TEST_F() function
3376 TEST_F(FormatTest, ExpressionIndentation) { in TEST_F() function
3412 TEST_F(FormatTest, ExpressionIndentationBreakingBeforeOperators) { in TEST_F() function
3480 TEST_F(FormatTest, NoOperandAlignment) { in TEST_F() function
3513 TEST_F(FormatTest, BreakingBeforeNonAssigmentOperators) { in TEST_F() function
3522 TEST_F(FormatTest, ConstructorInitializers) { in TEST_F() function
3611 TEST_F(FormatTest, MemoizationTests) { in TEST_F() function
3690 TEST_F(FormatTest, BreaksAsHighAsPossible) { in TEST_F() function
3701 TEST_F(FormatTest, BreaksFunctionDeclarations) { in TEST_F() function
3802 TEST_F(FormatTest, TrailingReturnType) { in TEST_F() function
3818 TEST_F(FormatTest, BreaksFunctionDeclarationsWithTrailingTokens) { in TEST_F() function
3908 TEST_F(FormatTest, BreaksDesireably) { in TEST_F() function
3984 TEST_F(FormatTest, FormatsDeclarationsOnePerLine) { in TEST_F() function
3999 TEST_F(FormatTest, FormatsOneParameterPerLineIfNecessary) { in TEST_F() function
4063 TEST_F(FormatTest, AdaptiveOnePerLineFormatting) { in TEST_F() function
4087 TEST_F(FormatTest, FormatsBuilderPattern) { in TEST_F() function
4157 TEST_F(FormatTest, BreaksAccordingToOperatorPrecedence) { in TEST_F() function
4199 TEST_F(FormatTest, BreaksAfterAssignments) { in TEST_F() function
4217 TEST_F(FormatTest, AlignsAfterAssignments) { in TEST_F() function
4236 TEST_F(FormatTest, AlignsAfterReturn) { in TEST_F() function
4259 TEST_F(FormatTest, AlignsAfterOpenBracket) { in TEST_F() function
4297 TEST_F(FormatTest, ParenthesesAndOperandAlignment) { in TEST_F() function
4319 TEST_F(FormatTest, BreaksConditionalExpressions) { in TEST_F() function
4451 TEST_F(FormatTest, BreaksConditionalExpressionsAfterOperator) { in TEST_F() function
4539 TEST_F(FormatTest, DeclarationsOfMultipleVariables) { in TEST_F() function
4572 TEST_F(FormatTest, ConditionalExpressionsInBrackets) { in TEST_F() function
4579 TEST_F(FormatTest, AlignsStringLiterals) { in TEST_F() function
4629 TEST_F(FormatTest, AlwaysBreakAfterDefinitionReturnType) { in TEST_F() function
4663 TEST_F(FormatTest, AlwaysBreakBeforeMultilineStrings) { in TEST_F() function
4733 TEST_F(FormatTest, AlignsPipes) { in TEST_F() function
4836 TEST_F(FormatTest, UnderstandsEquals) { in TEST_F() function
4854 TEST_F(FormatTest, WrapsAtFunctionCallsIfNecessary) { in TEST_F() function
4951 TEST_F(FormatTest, WrapsTemplateDeclarations) { in TEST_F() function
5032 TEST_F(FormatTest, WrapsAtNestedNameSpecifiers) { in TEST_F() function
5067 TEST_F(FormatTest, UnderstandsTemplateParameters) { in TEST_F() function
5118 TEST_F(FormatTest, UnderstandsBinaryOperators) { in TEST_F() function
5122 TEST_F(FormatTest, UnderstandsPointersToMembers) { in TEST_F() function
5146 TEST_F(FormatTest, UnderstandsUnaryOperators) { in TEST_F() function
5184 TEST_F(FormatTest, DoesNotIndentRelativeToUnaryOperators) { in TEST_F() function
5194 TEST_F(FormatTest, UnderstandsOverloadedOperators) { in TEST_F() function
5240 TEST_F(FormatTest, UnderstandsFunctionRefQualification) { in TEST_F() function
5270 TEST_F(FormatTest, UnderstandsNewAndDelete) { in TEST_F() function
5285 TEST_F(FormatTest, UnderstandsUsesOfStarAndAmp) { in TEST_F() function
5498 TEST_F(FormatTest, UnderstandsAttributes) { in TEST_F() function
5504 TEST_F(FormatTest, UnderstandsEllipsis) { in TEST_F() function
5514 TEST_F(FormatTest, AdaptivelyFormatsPointersAndReferences) { in TEST_F() function
5538 TEST_F(FormatTest, UnderstandsRvalueReferences) { in TEST_F() function
5559 TEST_F(FormatTest, FormatsBinaryOperatorsPrecedingEquals) { in TEST_F() function
5567 TEST_F(FormatTest, FormatsCasts) { in TEST_F() function
5648 TEST_F(FormatTest, FormatsFunctionTypes) { in TEST_F() function
5672 TEST_F(FormatTest, FormatsPointersToArrayTypes) { in TEST_F() function
5677 TEST_F(FormatTest, BreaksLongVariableDeclarations) { in TEST_F() function
5694 TEST_F(FormatTest, BreaksLongDeclarations) { in TEST_F() function
5774 TEST_F(FormatTest, FormatsArrays) { in TEST_F() function
5799 TEST_F(FormatTest, LineStartsWithSpecialCharacter) { in TEST_F() function
5804 TEST_F(FormatTest, HandlesIncludeDirectives) { in TEST_F() function
5848 TEST_F(FormatTest, IncompleteParameterLists) { in TEST_F() function
5861 TEST_F(FormatTest, IncorrectCodeTrailingStuff) { in TEST_F() function
5876 TEST_F(FormatTest, IncorrectCodeMissingSemicolon) { in TEST_F() function
5894 TEST_F(FormatTest, IndentationWithinColumnLimitNotPossible) { in TEST_F() function
5905 TEST_F(FormatTest, IncorrectAccessSpecifier) { in TEST_F() function
5921 TEST_F(FormatTest, IncorrectCodeUnbalancedBraces) { in TEST_F() function
5927 TEST_F(FormatTest, IncorrectCodeDoNoWhile) { in TEST_F() function
5938 TEST_F(FormatTest, IncorrectCodeMissingParens) { in TEST_F() function
5946 TEST_F(FormatTest, DoesNotTouchUnwrappedLinesWithErrors) { in TEST_F() function
5953 TEST_F(FormatTest, IncorrectCodeErrorDetection) { in TEST_F() function
5971 TEST_F(FormatTest, LayoutCallsInsideBraceInitializers) { in TEST_F() function
5978 TEST_F(FormatTest, LayoutBraceInitializersInReturnStatement) { in TEST_F() function
5982 TEST_F(FormatTest, LayoutCxx11BraceInitializers) { in TEST_F() function
6141 TEST_F(FormatTest, FormatsBracedListsInColumnLayout) { in TEST_F() function
6215 TEST_F(FormatTest, PullTrivialFunctionDefinitionsIntoSingleLine) { in TEST_F() function
6305 TEST_F(FormatTest, PullInlineFunctionDefinitionsIntoSingleLine) { in TEST_F() function
6318 TEST_F(FormatTest, UnderstandContextOfRecordTypeKeywords) { in TEST_F() function
6375 TEST_F(FormatTest, DoNotInterfereWithErrorAndWarning) { in TEST_F() function
6385 TEST_F(FormatTest, FormatHashIfExpressions) { in TEST_F() function
6397 TEST_F(FormatTest, MergeHandlingInTheFaceOfPreprocessorDirectives) { in TEST_F() function
6442 TEST_F(FormatTest, BlockCommentsInControlLoops) { in TEST_F() function
6462 TEST_F(FormatTest, BlockComments) { in TEST_F() function
6565 TEST_F(FormatTest, BlockCommentsInMacros) { in TEST_F() function
6586 TEST_F(FormatTest, BlockCommentsAtEndOfLine) { in TEST_F() function
6610 TEST_F(FormatTest, IndentLineCommentsInStartOfBlockAtEndOfFile) { in TEST_F() function
6617 TEST_F(FormatTest, FormatStarDependingOnContext) { in TEST_F() function
6632 TEST_F(FormatTest, SpecialTokensAtEndOfLine) { in TEST_F() function
6641 TEST_F(FormatTest, FormatForObjectiveCMethodDecls) { in TEST_F() function
6692 TEST_F(FormatTest, FormatObjCInterface) { in TEST_F() function
6805 TEST_F(FormatTest, FormatObjCImplementation) { in TEST_F() function
6881 TEST_F(FormatTest, FormatObjCProtocol) { in TEST_F() function
6923 TEST_F(FormatTest, FormatObjCMethodDeclarations) { in TEST_F() function
6939 TEST_F(FormatTest, FormatObjCMethodExpr) { in TEST_F() function
7123 TEST_F(FormatTest, ObjCAt) { in TEST_F() function
7157 TEST_F(FormatTest, ObjCSnippets) { in TEST_F() function
7190 TEST_F(FormatTest, ObjCLiterals) { in TEST_F() function
7208 TEST_F(FormatTest, ObjCDictLiterals) { in TEST_F() function
7266 TEST_F(FormatTest, ObjCArrayLiterals) { in TEST_F() function
7315 TEST_F(FormatTest, ReformatRegionAdjustsIndent) { in TEST_F() function
7423 TEST_F(FormatTest, BreaksStringLiterals) { in TEST_F() function
7583 TEST_F(FormatTest, BreaksStringLiteralsWithTabs) { in TEST_F() function
7593 TEST_F(FormatTest, BreaksWideAndNSStringLiterals) { in TEST_F() function
7620 TEST_F(FormatTest, DoesNotBreakRawStringLiterals) { in TEST_F() function
7630 TEST_F(FormatTest, BreaksStringLiteralsWithin_TMacro) { in TEST_F() function
7670 TEST_F(FormatTest, DontSplitStringLiteralsWithEscapedNewlines) { in TEST_F() function
7680 TEST_F(FormatTest, CountsCharactersInMultilineRawStringLiterals) { in TEST_F() function
7729 TEST_F(FormatTest, SkipsUnknownStringLiterals) { in TEST_F() function
7737 TEST_F(FormatTest, DoesNotTryToParseUDLiteralsInPreCpp11Code) { in TEST_F() function
7744 TEST_F(FormatTest, UnderstandsCpp1y) { in TEST_F() function
7748 TEST_F(FormatTest, BreakStringLiteralsBeforeUnbreakableTokenSequence) { in TEST_F() function
7796 TEST_F(FormatTest, DoNotBreakStringLiteralsInEscapeSequence) { in TEST_F() function
7834 TEST_F(FormatTest, DoNotCreateUnreasonableUnwrappedLines) { in TEST_F() function
7843 TEST_F(FormatTest, DoNotPrematurelyEndUnwrappedLineForReturnStatements) { in TEST_F() function
7848 TEST_F(FormatTest, FormatsClosingBracesInEmptyNestedBlocks) { in TEST_F() function
7856 TEST_F(FormatTest, ConfigurableIndentWidth) { in TEST_F() function
7878 TEST_F(FormatTest, ConfigurableFunctionDeclarationIndentAfterType) { in TEST_F() function
7884 TEST_F(FormatTest, ConfigurableUseOfTab) { in TEST_F() function
8134 TEST_F(FormatTest, CalculatesOriginalColumn) { in TEST_F() function
8167 TEST_F(FormatTest, ConfigurableSpaceBeforeParens) { in TEST_F() function
8240 TEST_F(FormatTest, ConfigurableSpacesInParentheses) { in TEST_F() function
8334 TEST_F(FormatTest, ConfigurableSpacesInSquareBrackets) { in TEST_F() function
8356 TEST_F(FormatTest, ConfigurableSpaceBeforeAssignmentOperators) { in TEST_F() function
8368 TEST_F(FormatTest, LinuxBraceBreaking) { in TEST_F() function
8407 TEST_F(FormatTest, StroustrupBraceBreaking) { in TEST_F() function
8469 TEST_F(FormatTest, AllmanBraceBreaking) { in TEST_F() function
8655 TEST_F(FormatTest, GNUBraceBreaking) { in TEST_F() function
8778 TEST_F(FormatTest, CatchExceptionReferenceBinding) { in TEST_F() function
8787 TEST_F(FormatTest, UnderstandsPragmas) { in TEST_F() function
8803 TEST_F(FormatTest, GetsPredefinedStyleByName) { in TEST_F() function
8847 TEST_F(FormatTest, GetsCorrectBasedOnStyle) { in TEST_F() function
8900 TEST_F(FormatTest, ParsesConfigurationBools) { in TEST_F() function
8939 TEST_F(FormatTest, ParsesConfiguration) { in TEST_F() function
9064 TEST_F(FormatTest, ParsesConfigurationWithLanguages) { in TEST_F() function
9166 TEST_F(FormatTest, UsesLanguageForBasedOnStyle) { in TEST_F() function
9185 TEST_F(FormatTest, ConfigurationRoundTripTest) { in TEST_F() function
9194 TEST_F(FormatTest, WorksFor8bitEncodings) { in TEST_F() function
9205 TEST_F(FormatTest, HandlesUTF8BOM) { in TEST_F() function
9216 TEST_F(FormatTest, CountsUTF8CharactersProperly) { in TEST_F() function
9231 TEST_F(FormatTest, SplitsUTF8Strings) { in TEST_F() function
9265 TEST_F(FormatTest, HandlesDoubleWidthCharsInMultiLineStrings) { in TEST_F() function
9274 TEST_F(FormatTest, SplitsUTF8LineComments) { in TEST_F() function
9290 TEST_F(FormatTest, SplitsUTF8BlockComments) { in TEST_F() function
9316 TEST_F(FormatTest, ConstructorInitializerIndentWidth) { in TEST_F() function
9341 TEST_F(FormatTest, BreakConstructorInitializersBeforeComma) { in TEST_F() function
9415 TEST_F(FormatTest, Destructors) { in TEST_F() function
9420 TEST_F(FormatTest, FormatsWithWebKitStyle) { in TEST_F() function
9579 TEST_F(FormatTest, FormatsLambdas) { in TEST_F() function
9684 TEST_F(FormatTest, FormatsBlocks) { in TEST_F() function
9785 TEST_F(FormatTest, SupportsCRLF) { in TEST_F() function
9831 TEST_F(FormatTest, MunchSemicolonAfterBlocks) { in TEST_F() function
9838 TEST_F(FormatTest, ConfigurableContinuationIndentWidth) { in TEST_F() function
9856 TEST_F(FormatTest, SpacesInAngles) { in TEST_F() function
9881 TEST_F(FormatTest, TripleAngleBrackets) { in TEST_F() function
9895 TEST_F(FormatTest, MergeLessLessAtEnd) { in TEST_F() function
9904 TEST_F(FormatTest, HandleUnbalancedImplicitBracesAcrossPPBranches) { in TEST_F() function
9918 TEST_F(FormatTest, HandleConflictMarkers) { in TEST_F() function
10010 TEST_F(FormatTest, DisableRegions) { in TEST_F() function
10033 TEST_F(FormatTest, DoNotCrashOnInvalidInput) { in TEST_F() function