OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NestedBlockInlined
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
ContinuationIndenter.h
157
HasMultipleNestedBlocks(false),
NestedBlockInlined
(false) {}
264
bool
NestedBlockInlined
: 1;
301
if (
NestedBlockInlined
!= Other.
NestedBlockInlined
)
302
return
NestedBlockInlined
;
ContinuationIndenter.cpp
128
State.Stack[State.Stack.size() - 2].
NestedBlockInlined
&&
561
State.Stack[State.Stack.size() - 2].
NestedBlockInlined
;
[
all
...]
Completed in 58 milliseconds