OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpacesRequiredBefore
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Format/
FormatToken.h
172
unsigned
SpacesRequiredBefore
= 0;
TokenAnnotator.cpp
724
CurrentToken->
SpacesRequiredBefore
= 1;
[
all
...]
UnwrappedLineFormatter.cpp
361
Tok->
SpacesRequiredBefore
= 0;
439
unsigned LengthA = A.Last->TotalLength + B.First->
SpacesRequiredBefore
;
[
all
...]
ContinuationIndenter.cpp
324
if (Tok->
SpacesRequiredBefore
!= 0)
332
unsigned Spaces = Current.
SpacesRequiredBefore
+ ExtraSpaces;
[
all
...]
Completed in 68 milliseconds