Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp1142 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()
1147 if (Current.isBinaryOperator() && State.Stack.back().UnindentOperator) in getNewLineColumn()
1151 NextNonComment->isBinaryOperator() && State.Stack.back().UnindentOperator) in getNewLineColumn()
H A DFormatToken.h567 bool isBinaryOperator() const { in isBinaryOperator() function
H A DFormatTokenLexer.cpp473 Tok->isBinaryOperator(); in precedesOperand()
H A DUnwrappedLineParser.cpp517 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
1347 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
H A DTokenAnnotator.cpp1646 } else if (Current.isBinaryOperator() && in determineTokenType()
1666 !Current.Next->isBinaryOperator() && in determineTokenType()
4079 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()