OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartOfLineLevel
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
ContinuationIndenter.h
321
unsigned
StartOfLineLevel
;
366
if (
StartOfLineLevel
!= Other.
StartOfLineLevel
)
367
return
StartOfLineLevel
< Other.
StartOfLineLevel
;
ContinuationIndenter.cpp
89
State.
StartOfLineLevel
= 0;
119
State.LowestLevelOnLine < State.
StartOfLineLevel
&&
189
Current.NestingLevel < State.
StartOfLineLevel
))
553
State.
StartOfLineLevel
= Current.NestingLevel;
[
all
...]
Completed in 756 milliseconds