OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opensScope
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Format/
ContinuationIndenter.cpp
112
if (Previous.
opensScope
() && Previous.isNot(tok::l_brace) &&
341
Previous.
opensScope
() && Previous.isNot(TT_ObjCMethodExpr) &&
389
} else if (Previous.
opensScope
()) {
531
Current.isNot(TT_BinaryOperator) && !PreviousNonComment->
opensScope
())
690
if (!Current.
opensScope
() && !Current.closesScope())
[
all
...]
FormatToken.h
321
bool
opensScope
() const {
TokenAnnotator.cpp
847
if (Previous->
opensScope
())
[
all
...]
Completed in 521 milliseconds