OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstLessLess
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
ContinuationIndenter.h
181
unsigned
FirstLessLess
= 0;
273
if (
FirstLessLess
!= Other.
FirstLessLess
)
274
return
FirstLessLess
< Other.
FirstLessLess
;
ContinuationIndenter.cpp
234
State.Stack.back().
FirstLessLess
== 0)
464
State.Stack.back().
FirstLessLess
== 0 &&
636
State.Stack.back().
FirstLessLess
!= 0)
637
return State.Stack.back().
FirstLessLess
;
716
if (State.Stack.back().
FirstLessLess
== 0)
717
State.Stack.back().
FirstLessLess
= State.Column;
[
all
...]
Completed in 58 milliseconds