OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NestingLevel
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Format/
FormatToken.h
109
BindingStrength(0),
NestingLevel
(0), SplitPenalty(0),
226
unsigned
NestingLevel
;
ContinuationIndenter.cpp
202
if (Previous.ClosesTemplateDeclaration && Current.
NestingLevel
== 0 &&
262
(State.Line->First->is(tok::kw_for) || Current.
NestingLevel
== 0) &&
357
// The first line break on any
NestingLevel
causes an extra penalty in order
400
// Thus, we set LastSpace of the next higher
NestingLevel
, to which we move
412
if (Previous.Type == TT_TemplateCloser && Current.
NestingLevel
== 0)
428
State.StartOfLineLevel = Current.
NestingLevel
;
429
State.LowestLevelOnLine = Current.
NestingLevel
;
486
return Current.
NestingLevel
== 0 ? State.FirstIndent
596
std::min(State.LowestLevelOnLine, Current.
NestingLevel
);
[
all
...]
FormatToken.cpp
188
if (HasNestedBracedList || Commas.size() < 5 || Token->
NestingLevel
!= 0)
TokenAnnotator.cpp
640
CurrentToken->
NestingLevel
= Contexts.size() - 1;
[
all
...]
/external/jhead/
exif.c
544
unsigned ExifLength, int
NestingLevel
)
554
if (
NestingLevel
> 4){
560
IndentString[
NestingLevel
* 4] = '\0';
[
all
...]
Completed in 354 milliseconds