Home
last modified time | relevance | path

Searched refs:isBinaryOperator (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h369 bool isBinaryOperator() const { in isBinaryOperator() function
DFormatTokenLexer.cpp150 Tok->isBinaryOperator(); in precedesOperand()
DUnwrappedLineParser.cpp373 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
987 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
DTokenAnnotator.cpp1019 } else if (Current.isBinaryOperator() && in determineTokenType()
1037 !Current.Next->isBinaryOperator() && in determineTokenType()
2495 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()
DContinuationIndenter.cpp697 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()