OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBinaryOperator
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp
1142
if (Previous.is(tok::r_paren) && !Current.
isBinaryOperator
() &&
1147
if (Current.
isBinaryOperator
() && State.Stack.back().UnindentOperator)
1151
NextNonComment->
isBinaryOperator
() && State.Stack.back().UnindentOperator)
FormatToken.h
567
bool
isBinaryOperator
() const {
UnwrappedLineParser.cpp
517
(NextTok->
isBinaryOperator
() && !NextIsObjCMethod);
1347
if (FormatTok->
isBinaryOperator
())
FormatTokenLexer.cpp
473
Tok->
isBinaryOperator
();
TokenAnnotator.cpp
1646
} else if (Current.
isBinaryOperator
() &&
1666
!Current.Next->
isBinaryOperator
() &&
4079
if ((Left.
isBinaryOperator
() || Left.is(TT_BinaryOperator)) &&
Completed in 22 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026