Searched refs:SpacesRequiredBefore (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Format/
H A DFormatToken.h105 BlockKind(BK_Unknown), Type(TT_Unknown), SpacesRequiredBefore(0),
182 unsigned SpacesRequiredBefore; member in struct:clang::format::FormatToken
H A DTokenAnnotator.cpp552 CurrentToken->SpacesRequiredBefore = 1;
1198 Line.First->SpacesRequiredBefore = 1;
1258 Current->SpacesRequiredBefore = Style.Cpp11BracedListStyle ? 0 : 1;
1260 Current->SpacesRequiredBefore = Style.SpacesBeforeTrailingComments;
1282 } else if (Current->SpacesRequiredBefore == 0 &&
1284 Current->SpacesRequiredBefore = 1;
1304 Current->SpacesRequiredBefore;
1337 Current->ColumnWidth + Current->SpacesRequiredBefore;
1822 << " S=" << Tok->SpacesRequiredBefore
H A DContinuationIndenter.cpp269 if (Tok->SpacesRequiredBefore != 0)
277 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces;
H A DFormat.cpp724 Tok->SpacesRequiredBefore = 0;
1047 unsigned LengthA = A.Last->TotalLength + B.First->SpacesRequiredBefore;

Completed in 128 milliseconds