Searched refs:SpacesRequiredBefore (Results 1 – 5 of 5) sorted by relevance
346 static_cast<int>(Changes[i].Tok->SpacesRequiredBefore)); in AlignTokenSequence()440 static_cast<int>(Changes[i].Tok->SpacesRequiredBefore) || in AlignTokenSequence()709 unsigned SpacesRequiredBefore = 1; in alignConsecutiveMacros() local711 if (Current->SpacesRequiredBefore == 0 || !Current->Previous) in alignConsecutiveMacros()720 SpacesRequiredBefore = 0; in alignConsecutiveMacros()733 return Current->Next->SpacesRequiredBefore == SpacesRequiredBefore; in alignConsecutiveMacros()
1138 Tok->SpacesRequiredBefore = 1; in consumeToken()1340 CurrentToken->SpacesRequiredBefore = 1; in parsePreprocessorDirective()2705 Line.First->SpacesRequiredBefore = 1; in annotate()2872 Current->SpacesRequiredBefore = in calculateFormattingInformation()2875 Current->SpacesRequiredBefore = Style.SpacesBeforeTrailingComments; in calculateFormattingInformation()2899 } else if (Current->SpacesRequiredBefore == 0 && in calculateFormattingInformation()2901 Current->SpacesRequiredBefore = 1; in calculateFormattingInformation()2931 ChildSize + Current->SpacesRequiredBefore; in calculateFormattingInformation()2987 Current->ColumnWidth + Current->SpacesRequiredBefore; in calculateUnbreakableTailLengths()4951 << " S=" << Tok->SpacesRequiredBefore in printDebugInfo()
387 I[i + 1]->First->SpacesRequiredBefore = !I[i]->Last->is(tok::r_brace); in tryFitMultipleLinesInOne()774 Tok->SpacesRequiredBefore = Style.SpaceInEmptyBlock ? 1 : 0; in tryMergeSimpleBlock()882 unsigned LengthA = A.Last->TotalLength + B.First->SpacesRequiredBefore; in join()
645 if (Tok->SpacesRequiredBefore != 0) in addTokenOnCurrentLine()653 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine()1280 Current.SpacesRequiredBefore; in getNewLineColumn()1285 NextNonComment->SpacesRequiredBefore; in getNewLineColumn()
391 unsigned SpacesRequiredBefore = 0; member