OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtraSpaces
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Format/
ContinuationIndenter.h
67
unsigned
ExtraSpaces
= 0);
110
unsigned
ExtraSpaces
);
FormatToken.cpp
107
unsigned
ExtraSpaces
= 0;
112
ExtraSpaces
+= Format->ColumnSizes[Column] - ItemLengths[Item];
124
Penalty += Indenter->addTokenToState(State, NewLine, DryRun,
ExtraSpaces
);
ContinuationIndenter.cpp
258
unsigned
ExtraSpaces
) {
286
addTokenOnCurrentLine(State, DryRun,
ExtraSpaces
);
292
unsigned
ExtraSpaces
) {
311
unsigned Spaces = Current.SpacesRequiredBefore +
ExtraSpaces
;
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 67 milliseconds