• Home
  • Raw
  • Download

Lines Matching defs:TEST_F

97 TEST_F(FormatTest, MessUp) {  in TEST_F()  function
109 TEST_F(FormatTest, DoesNotChangeCorrectlyFormattedCode) { in TEST_F() function
113 TEST_F(FormatTest, FormatsGlobalStatementsAt0) { in TEST_F() function
120 TEST_F(FormatTest, FormatsUnwrappedLinesAtFirstFormat) { in TEST_F() function
124 TEST_F(FormatTest, FormatsNestedBlockStatements) { in TEST_F() function
128 TEST_F(FormatTest, FormatsNestedCall) { in TEST_F() function
134 TEST_F(FormatTest, NestedNameSpecifiers) { in TEST_F() function
141 TEST_F(FormatTest, OnlyGeneratesNecessaryReplacements) { in TEST_F() function
163 TEST_F(FormatTest, RemovesEmptyLines) { in TEST_F() function
278 TEST_F(FormatTest, RecognizesBinaryOperatorKeywords) { in TEST_F() function
293 TEST_F(FormatTest, FormatIfWithoutCompoundStatement) { in TEST_F() function
348 TEST_F(FormatTest, FormatLoopsWithoutCompoundStatement) { in TEST_F() function
371 TEST_F(FormatTest, FormatShortBracedStatements) { in TEST_F() function
428 TEST_F(FormatTest, ParseIfElse) { in TEST_F() function
459 TEST_F(FormatTest, ElseIf) { in TEST_F() function
486 TEST_F(FormatTest, FormatsForLoop) { in TEST_F() function
559 TEST_F(FormatTest, RangeBasedForLoops) { in TEST_F() function
570 TEST_F(FormatTest, ForEachLoops) { in TEST_F() function
591 TEST_F(FormatTest, FormatsWhileLoop) { in TEST_F() function
601 TEST_F(FormatTest, FormatsDoWhile) { in TEST_F() function
610 TEST_F(FormatTest, FormatsSwitchStatement) { in TEST_F() function
754 TEST_F(FormatTest, CaseRanges) { in TEST_F() function
763 TEST_F(FormatTest, ShortCaseLabels) { in TEST_F() function
818 TEST_F(FormatTest, FormatsLabels) { in TEST_F() function
845 TEST_F(FormatTest, UnderstandsSingleLineComments) { in TEST_F() function
1089 TEST_F(FormatTest, KeepsParameterWithTrailingCommentsOnTheirOwnLine) { in TEST_F() function
1115 TEST_F(FormatTest, RemovesTrailingWhitespaceOfComments) { in TEST_F() function
1124 TEST_F(FormatTest, UnderstandsBlockComments) { in TEST_F() function
1163 TEST_F(FormatTest, AlignsBlockComments) { in TEST_F() function
1237 TEST_F(FormatTest, CommentReflowingCanBeTurnedOff) { in TEST_F() function
1244 TEST_F(FormatTest, CorrectlyHandlesLengthOfBlockComments) { in TEST_F() function
1268 TEST_F(FormatTest, DontBreakNonTrailingBlockComments) { in TEST_F() function
1275 TEST_F(FormatTest, SplitsLongCxxComments) { in TEST_F() function
1358 TEST_F(FormatTest, PreservesHangingIndentInCxxComments) { in TEST_F() function
1373 TEST_F(FormatTest, DontSplitLineCommentsWithEscapedNewlines) { in TEST_F() function
1399 TEST_F(FormatTest, DontSplitLineCommentsWithPragmas) { in TEST_F() function
1410 TEST_F(FormatTest, PriorityOfCommentBreaking) { in TEST_F() function
1440 TEST_F(FormatTest, MultiLineCommentsInDefines) { in TEST_F() function
1463 TEST_F(FormatTest, ParsesCommentsAdjacentToPPDirectives) { in TEST_F() function
1472 TEST_F(FormatTest, SplitsLongLinesInComments) { in TEST_F() function
1650 TEST_F(FormatTest, SplitsLongLinesInCommentsInPreprocessor) { in TEST_F() function
1687 TEST_F(FormatTest, CommentsInStaticInitializers) { in TEST_F() function
1753 TEST_F(FormatTest, IgnoresIf0Contents) { in TEST_F() function
1894 TEST_F(FormatTest, DoesNotBreakSemiAfterClassDecl) { in TEST_F() function
1898 TEST_F(FormatTest, UnderstandsAccessSpecifiers) { in TEST_F() function
1939 TEST_F(FormatTest, SeparatesLogicalBlocks) { in TEST_F() function
1997 TEST_F(FormatTest, FormatsClasses) { in TEST_F() function
2032 TEST_F(FormatTest, FormatsVariableDeclarationsAfterStructOrClass) { in TEST_F() function
2038 TEST_F(FormatTest, FormatsEnum) { in TEST_F() function
2107 TEST_F(FormatTest, FormatsEnumsWithErrors) { in TEST_F() function
2121 TEST_F(FormatTest, FormatsEnumStruct) { in TEST_F() function
2138 TEST_F(FormatTest, FormatsEnumClass) { in TEST_F() function
2155 TEST_F(FormatTest, FormatsEnumTypes) { in TEST_F() function
2164 TEST_F(FormatTest, FormatsNSEnums) { in TEST_F() function
2191 TEST_F(FormatTest, FormatsBitfields) { in TEST_F() function
2208 TEST_F(FormatTest, FormatsNamespaces) { in TEST_F() function
2288 TEST_F(FormatTest, FormatsExternC) { verifyFormat("extern \"C\" {\nint a;"); } in TEST_F() function
2290 TEST_F(FormatTest, FormatsInlineASM) { in TEST_F() function
2334 TEST_F(FormatTest, FormatTryCatch) { in TEST_F() function
2359 TEST_F(FormatTest, FormatSEHTryCatch) { in TEST_F() function
2379 TEST_F(FormatTest, IncompleteTryCatchBlocks) { in TEST_F() function
2394 TEST_F(FormatTest, FormatTryCatchBraceStyles) { in TEST_F() function
2459 TEST_F(FormatTest, FormatObjCTryCatch) { in TEST_F() function
2474 TEST_F(FormatTest, FormatObjCAutoreleasepool) { in TEST_F() function
2495 TEST_F(FormatTest, StaticInitializers) { in TEST_F() function
2522 TEST_F(FormatTest, DesignatedInitializers) { in TEST_F() function
2539 TEST_F(FormatTest, NestedStaticInitializers) { in TEST_F() function
2593 TEST_F(FormatTest, FormatsSmallMacroDefinitionsInSingleLine) { in TEST_F() function
2599 TEST_F(FormatTest, DoesNotBreakPureVirtualFunctionDefinition) { in TEST_F() function
2612 TEST_F(FormatTest, BreaksStringLiteralsOnlyInDefine) { in TEST_F() function
2624 TEST_F(FormatTest, UnderstandsLinePPDirective) { in TEST_F() function
2629 TEST_F(FormatTest, LayoutUnknownPPDirective) { in TEST_F() function
2634 TEST_F(FormatTest, UnescapedEndOfLineEndsPPDirective) { in TEST_F() function
2641 TEST_F(FormatTest, EndOfFileEndsPPDirective) { in TEST_F() function
2647 TEST_F(FormatTest, DoesntRemoveUnknownTokens) { in TEST_F() function
2665 TEST_F(FormatTest, IndentsPPDirectiveInReducedSpace) { in TEST_F() function
2679 TEST_F(FormatTest, HandlePreprocessorDirectiveContext) { in TEST_F() function
2695 TEST_F(FormatTest, LayoutSingleHash) { EXPECT_EQ("#\na;", format("#\na;")); } in TEST_F() function
2697 TEST_F(FormatTest, LayoutCodeInMacroDefinitions) { in TEST_F() function
2707 TEST_F(FormatTest, LayoutRemainingTokens) { EXPECT_EQ("{}", format("{}")); } in TEST_F() function
2709 TEST_F(FormatTest, MacroDefinitionInsideStatement) { in TEST_F() function
2716 TEST_F(FormatTest, HashInMacroDefinition) { in TEST_F() function
2736 TEST_F(FormatTest, RespectWhitespaceInMacroDefinitions) { in TEST_F() function
2741 TEST_F(FormatTest, EmptyLinesInMacroDefinitions) { in TEST_F() function
2766 TEST_F(FormatTest, MacroDefinitionsWithIncompleteCode) { in TEST_F() function
2805 TEST_F(FormatTest, MacrosWithoutTrailingSemicolon) { in TEST_F() function
2851 TEST_F(FormatTest, MacroCallsWithoutTrailingSemicolon) { in TEST_F() function
2994 TEST_F(FormatTest, LayoutMacroDefinitionsStatementsSpanningBlocks) { in TEST_F() function
3002 TEST_F(FormatTest, IndentPreprocessorDirectivesAtZero) { in TEST_F() function
3006 TEST_F(FormatTest, FormatHashIfNotAtStartOfLine) { in TEST_F() function
3010 TEST_F(FormatTest, FormatUnbalancedStructuralElements) { in TEST_F() function
3017 TEST_F(FormatTest, EscapedNewlines) { in TEST_F() function
3027 TEST_F(FormatTest, DontCrashOnBlockComments) { in TEST_F() function
3038 TEST_F(FormatTest, CalculateSpaceOnConsecutiveLinesInMacro) { in TEST_F() function
3046 TEST_F(FormatTest, MixingPreprocessorDirectivesAndNormalCode) { in TEST_F() function
3062 TEST_F(FormatTest, LayoutStatementsAroundPreprocessorDirectives) { in TEST_F() function
3137 TEST_F(FormatTest, GraciouslyHandleIncorrectPreprocessorConditions) { in TEST_F() function
3142 TEST_F(FormatTest, FormatsJoinedLinesOnSubsequentRuns) { in TEST_F() function
3154 TEST_F(FormatTest, LayoutBlockInsideParens) { in TEST_F() function
3202 TEST_F(FormatTest, LayoutBlockInsideStatement) { in TEST_F() function
3208 TEST_F(FormatTest, LayoutNestedBlocks) { in TEST_F() function
3284 TEST_F(FormatTest, FormatNestedBlocksInMacros) { in TEST_F() function
3305 TEST_F(FormatTest, PutEmptyBlocksIntoOneLine) { in TEST_F() function
3311 TEST_F(FormatTest, FormatBeginBlockEndMacros) { in TEST_F() function
3333 TEST_F(FormatTest, PreventConfusingIndents) { in TEST_F() function
3360 TEST_F(FormatTest, LineBreakingInBinaryExpressions) { in TEST_F() function
3442 TEST_F(FormatTest, ExpressionIndentation) { in TEST_F() function
3478 TEST_F(FormatTest, ExpressionIndentationBreakingBeforeOperators) { in TEST_F() function
3551 TEST_F(FormatTest, NoOperandAlignment) { in TEST_F() function
3583 TEST_F(FormatTest, BreakingBeforeNonAssigmentOperators) { in TEST_F() function
3592 TEST_F(FormatTest, ConstructorInitializers) { in TEST_F() function
3701 TEST_F(FormatTest, MemoizationTests) { in TEST_F() function
3780 TEST_F(FormatTest, BreaksAsHighAsPossible) { in TEST_F() function
3791 TEST_F(FormatTest, BreaksFunctionDeclarations) { in TEST_F() function
3895 TEST_F(FormatTest, TrailingReturnType) { in TEST_F() function
3914 TEST_F(FormatTest, BreaksFunctionDeclarationsWithTrailingTokens) { in TEST_F() function
4007 TEST_F(FormatTest, FunctionAnnotations) { in TEST_F() function
4029 TEST_F(FormatTest, BreaksDesireably) { in TEST_F() function
4106 TEST_F(FormatTest, FormatsDeclarationsOnePerLine) { in TEST_F() function
4138 TEST_F(FormatTest, FormatsOneParameterPerLineIfNecessary) { in TEST_F() function
4203 TEST_F(FormatTest, AdaptiveOnePerLineFormatting) { in TEST_F() function
4227 TEST_F(FormatTest, FormatsBuilderPattern) { in TEST_F() function
4338 TEST_F(FormatTest, BreaksAccordingToOperatorPrecedence) { in TEST_F() function
4380 TEST_F(FormatTest, BreaksAfterAssignments) { in TEST_F() function
4398 TEST_F(FormatTest, AlignsAfterAssignments) { in TEST_F() function
4417 TEST_F(FormatTest, AlignsAfterReturn) { in TEST_F() function
4440 TEST_F(FormatTest, AlignsAfterOpenBracket) { in TEST_F() function
4519 TEST_F(FormatTest, ParenthesesAndOperandAlignment) { in TEST_F() function
4541 TEST_F(FormatTest, BreaksConditionalExpressions) { in TEST_F() function
4672 TEST_F(FormatTest, BreaksConditionalExpressionsAfterOperator) { in TEST_F() function
4768 TEST_F(FormatTest, DeclarationsOfMultipleVariables) { in TEST_F() function
4800 TEST_F(FormatTest, ConditionalExpressionsInBrackets) { in TEST_F() function
4807 TEST_F(FormatTest, AlignsStringLiterals) { in TEST_F() function
4866 TEST_F(FormatTest, ReturnTypeBreakingStyle) { in TEST_F() function
5000 TEST_F(FormatTest, AlwaysBreakBeforeMultilineStrings) { in TEST_F() function
5077 TEST_F(FormatTest, AlignsPipes) { in TEST_F() function
5200 TEST_F(FormatTest, UnderstandsEquals) { in TEST_F() function
5218 TEST_F(FormatTest, WrapsAtFunctionCallsIfNecessary) { in TEST_F() function
5314 TEST_F(FormatTest, WrapsTemplateDeclarations) { in TEST_F() function
5399 TEST_F(FormatTest, WrapsAtNestedNameSpecifiers) { in TEST_F() function
5434 TEST_F(FormatTest, UnderstandsTemplateParameters) { in TEST_F() function
5495 TEST_F(FormatTest, UnderstandsBinaryOperators) { in TEST_F() function
5500 TEST_F(FormatTest, UnderstandsPointersToMembers) { in TEST_F() function
5524 TEST_F(FormatTest, UnderstandsUnaryOperators) { in TEST_F() function
5562 TEST_F(FormatTest, DoesNotIndentRelativeToUnaryOperators) { in TEST_F() function
5572 TEST_F(FormatTest, UnderstandsOverloadedOperators) { in TEST_F() function
5618 TEST_F(FormatTest, UnderstandsFunctionRefQualification) { in TEST_F() function
5661 TEST_F(FormatTest, UnderstandsNewAndDelete) { in TEST_F() function
5676 TEST_F(FormatTest, UnderstandsUsesOfStarAndAmp) { in TEST_F() function
5909 TEST_F(FormatTest, UnderstandsAttributes) { in TEST_F() function
5920 TEST_F(FormatTest, UnderstandsEllipsis) { in TEST_F() function
5930 TEST_F(FormatTest, AdaptivelyFormatsPointersAndReferences) { in TEST_F() function
5963 TEST_F(FormatTest, UnderstandsRvalueReferences) { in TEST_F() function
5984 TEST_F(FormatTest, FormatsBinaryOperatorsPrecedingEquals) { in TEST_F() function
5992 TEST_F(FormatTest, FormatsCasts) { in TEST_F() function
6078 TEST_F(FormatTest, FormatsFunctionTypes) { in TEST_F() function
6104 TEST_F(FormatTest, FormatsPointersToArrayTypes) { in TEST_F() function
6109 TEST_F(FormatTest, BreaksLongVariableDeclarations) { in TEST_F() function
6128 TEST_F(FormatTest, BreaksLongDeclarations) { in TEST_F() function
6219 TEST_F(FormatTest, FormatsArrays) { in TEST_F() function
6254 TEST_F(FormatTest, LineStartsWithSpecialCharacter) { in TEST_F() function
6259 TEST_F(FormatTest, HandlesIncludeDirectives) { in TEST_F() function
6304 TEST_F(FormatTest, IncompleteParameterLists) { in TEST_F() function
6317 TEST_F(FormatTest, IncorrectCodeTrailingStuff) { in TEST_F() function
6332 TEST_F(FormatTest, IncorrectCodeMissingSemicolon) { in TEST_F() function
6350 TEST_F(FormatTest, IndentationWithinColumnLimitNotPossible) { in TEST_F() function
6361 TEST_F(FormatTest, IncorrectAccessSpecifier) { in TEST_F() function
6377 TEST_F(FormatTest, IncorrectCodeUnbalancedBraces) { in TEST_F() function
6383 TEST_F(FormatTest, IncorrectCodeDoNoWhile) { in TEST_F() function
6394 TEST_F(FormatTest, IncorrectCodeMissingParens) { in TEST_F() function
6402 TEST_F(FormatTest, DoesNotTouchUnwrappedLinesWithErrors) { in TEST_F() function
6409 TEST_F(FormatTest, IncorrectCodeErrorDetection) { in TEST_F() function
6427 TEST_F(FormatTest, LayoutCallsInsideBraceInitializers) { in TEST_F() function
6434 TEST_F(FormatTest, LayoutBraceInitializersInReturnStatement) { in TEST_F() function
6438 TEST_F(FormatTest, LayoutCxx11BraceInitializers) { in TEST_F() function
6614 TEST_F(FormatTest, FormatsBracedListsInColumnLayout) { in TEST_F() function
6738 TEST_F(FormatTest, PullTrivialFunctionDefinitionsIntoSingleLine) { in TEST_F() function
6829 TEST_F(FormatTest, PullInlineFunctionDefinitionsIntoSingleLine) { in TEST_F() function
6842 TEST_F(FormatTest, UnderstandContextOfRecordTypeKeywords) { in TEST_F() function
6902 TEST_F(FormatTest, DoNotInterfereWithErrorAndWarning) { in TEST_F() function
6912 TEST_F(FormatTest, FormatHashIfExpressions) { in TEST_F() function
6926 TEST_F(FormatTest, MergeHandlingInTheFaceOfPreprocessorDirectives) { in TEST_F() function
6971 TEST_F(FormatTest, BlockCommentsInControlLoops) { in TEST_F() function
6991 TEST_F(FormatTest, BlockComments) { in TEST_F() function
7102 TEST_F(FormatTest, BlockCommentsInMacros) { in TEST_F() function
7123 TEST_F(FormatTest, BlockCommentsAtEndOfLine) { in TEST_F() function
7147 TEST_F(FormatTest, IndentLineCommentsInStartOfBlockAtEndOfFile) { in TEST_F() function
7153 TEST_F(FormatTest, FormatStarDependingOnContext) { in TEST_F() function
7168 TEST_F(FormatTest, SpecialTokensAtEndOfLine) { in TEST_F() function
7177 TEST_F(FormatTest, FormatForObjectiveCMethodDecls) { in TEST_F() function
7243 TEST_F(FormatTest, FormatObjCInterface) { in TEST_F() function
7356 TEST_F(FormatTest, FormatObjCImplementation) { in TEST_F() function
7432 TEST_F(FormatTest, FormatObjCProtocol) { in TEST_F() function
7474 TEST_F(FormatTest, FormatObjCMethodDeclarations) { in TEST_F() function
7511 TEST_F(FormatTest, FormatObjCMethodExpr) { in TEST_F() function
7713 TEST_F(FormatTest, ObjCAt) { in TEST_F() function
7747 TEST_F(FormatTest, ObjCSnippets) { in TEST_F() function
7780 TEST_F(FormatTest, ObjCForIn) { in TEST_F() function
7793 TEST_F(FormatTest, ObjCLiterals) { in TEST_F() function
7811 TEST_F(FormatTest, ObjCDictLiterals) { in TEST_F() function
7874 TEST_F(FormatTest, ObjCArrayLiterals) { in TEST_F() function
7922 TEST_F(FormatTest, BreaksStringLiterals) { in TEST_F() function
8083 TEST_F(FormatTest, FullyRemoveEmptyLines) { in TEST_F() function
8090 TEST_F(FormatTest, BreaksStringLiteralsWithTabs) { in TEST_F() function
8100 TEST_F(FormatTest, BreaksWideAndNSStringLiterals) { in TEST_F() function
8127 TEST_F(FormatTest, DoesNotBreakRawStringLiterals) { in TEST_F() function
8137 TEST_F(FormatTest, BreaksStringLiteralsWithin_TMacro) { in TEST_F() function
8177 TEST_F(FormatTest, DontSplitStringLiteralsWithEscapedNewlines) { in TEST_F() function
8187 TEST_F(FormatTest, CountsCharactersInMultilineRawStringLiterals) { in TEST_F() function
8236 TEST_F(FormatTest, SkipsUnknownStringLiterals) { in TEST_F() function
8244 TEST_F(FormatTest, DoesNotTryToParseUDLiteralsInPreCpp11Code) { in TEST_F() function
8251 TEST_F(FormatTest, UnderstandsCpp1y) { verifyFormat("int bi{1'000'000};"); } in TEST_F() function
8253 TEST_F(FormatTest, BreakStringLiteralsBeforeUnbreakableTokenSequence) { in TEST_F() function
8301 TEST_F(FormatTest, DoNotBreakStringLiteralsInEscapeSequence) { in TEST_F() function
8336 TEST_F(FormatTest, DoNotCreateUnreasonableUnwrappedLines) { in TEST_F() function
8345 TEST_F(FormatTest, DoNotPrematurelyEndUnwrappedLineForReturnStatements) { in TEST_F() function
8350 TEST_F(FormatTest, FormatsClosingBracesInEmptyNestedBlocks) { in TEST_F() function
8358 TEST_F(FormatTest, ConfigurableIndentWidth) { in TEST_F() function
8380 TEST_F(FormatTest, ConfigurableFunctionDeclarationIndentAfterType) { in TEST_F() function
8386 TEST_F(FormatTest, ConfigurableUseOfTab) { in TEST_F() function
8835 TEST_F(FormatTest, CalculatesOriginalColumn) { in TEST_F() function
8868 TEST_F(FormatTest, ConfigurableSpaceBeforeParens) { in TEST_F() function
8952 TEST_F(FormatTest, ConfigurableSpacesInParentheses) { in TEST_F() function
9058 TEST_F(FormatTest, ConfigurableSpacesInSquareBrackets) { in TEST_F() function
9080 TEST_F(FormatTest, ConfigurableSpaceBeforeAssignmentOperators) { in TEST_F() function
9092 TEST_F(FormatTest, AlignConsecutiveAssignments) { in TEST_F() function
9268 TEST_F(FormatTest, AlignConsecutiveDeclarations) { in TEST_F() function
9509 TEST_F(FormatTest, LinuxBraceBreaking) { in TEST_F() function
9550 TEST_F(FormatTest, MozillaBraceBreaking) { in TEST_F() function
9594 TEST_F(FormatTest, StroustrupBraceBreaking) { in TEST_F() function
9656 TEST_F(FormatTest, AllmanBraceBreaking) { in TEST_F() function
9842 TEST_F(FormatTest, GNUBraceBreaking) { in TEST_F() function
9966 TEST_F(FormatTest, WebKitBraceBreaking) { in TEST_F() function
10004 TEST_F(FormatTest, CatchExceptionReferenceBinding) { in TEST_F() function
10013 TEST_F(FormatTest, UnderstandsPragmas) { in TEST_F() function
10023 TEST_F(FormatTest, UnderstandPragmaOption) { in TEST_F() function
10034 TEST_F(FormatTest, GetsPredefinedStyleByName) { in TEST_F() function
10078 TEST_F(FormatTest, GetsCorrectBasedOnStyle) { in TEST_F() function
10148 TEST_F(FormatTest, ParsesConfigurationBools) { in TEST_F() function
10204 TEST_F(FormatTest, ParsesConfiguration) { in TEST_F() function
10386 TEST_F(FormatTest, ParsesConfigurationWithLanguages) { in TEST_F() function
10488 TEST_F(FormatTest, UsesLanguageForBasedOnStyle) { in TEST_F() function
10509 TEST_F(FormatTest, ConfigurationRoundTripTest) { in TEST_F() function
10518 TEST_F(FormatTest, WorksFor8bitEncodings) { in TEST_F() function
10529 TEST_F(FormatTest, HandlesUTF8BOM) { in TEST_F() function
10540 TEST_F(FormatTest, CountsUTF8CharactersProperly) { in TEST_F() function
10554 TEST_F(FormatTest, SplitsUTF8Strings) { in TEST_F() function
10591 TEST_F(FormatTest, HandlesDoubleWidthCharsInMultiLineStrings) { in TEST_F() function
10600 TEST_F(FormatTest, SplitsUTF8LineComments) { in TEST_F() function
10616 TEST_F(FormatTest, SplitsUTF8BlockComments) { in TEST_F() function
10642 TEST_F(FormatTest, ConstructorInitializerIndentWidth) { in TEST_F() function
10676 TEST_F(FormatTest, BreakConstructorInitializersBeforeComma) { in TEST_F() function
10753 TEST_F(FormatTest, Destructors) { in TEST_F() function
10758 TEST_F(FormatTest, FormatsWithWebKitStyle) { in TEST_F() function
10916 TEST_F(FormatTest, FormatsLambdas) { in TEST_F() function
11058 TEST_F(FormatTest, FormatsBlocks) { in TEST_F() function
11159 TEST_F(FormatTest, FormatsBlocksWithZeroColumnWidth) { in TEST_F() function
11226 TEST_F(FormatTest, SupportsCRLF) { in TEST_F() function
11272 TEST_F(FormatTest, MunchSemicolonAfterBlocks) { in TEST_F() function
11279 TEST_F(FormatTest, ConfigurableContinuationIndentWidth) { in TEST_F() function
11297 TEST_F(FormatTest, SpacesInAngles) { in TEST_F() function
11325 TEST_F(FormatTest, TripleAngleBrackets) { in TEST_F() function
11337 TEST_F(FormatTest, MergeLessLessAtEnd) { in TEST_F() function
11346 TEST_F(FormatTest, HandleUnbalancedImplicitBracesAcrossPPBranches) { in TEST_F() function
11360 TEST_F(FormatTest, HandleConflictMarkers) { in TEST_F() function
11452 TEST_F(FormatTest, DisableRegions) { in TEST_F() function
11475 TEST_F(FormatTest, DoNotCrashOnInvalidInput) { in TEST_F() function
11480 TEST_F(FormatTest, FormatsTableGenCode) { in TEST_F() function
11530 TEST_F(ReplacementTest, FormatCodeAfterReplacements) { in TEST_F() function
11564 TEST_F(ReplacementTest, SortIncludesAfterReplacement) { in TEST_F() function