Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h413 bool isBinaryOperator() const { in isBinaryOperator() function
H A DFormatTokenLexer.cpp186 Tok->isBinaryOperator(); in precedesOperand()
H A DUnwrappedLineParser.cpp464 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
1250 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
H A DTokenAnnotator.cpp1329 } else if (Current.isBinaryOperator() && in determineTokenType()
1349 !Current.Next->isBinaryOperator() && in determineTokenType()
3334 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()
H A DContinuationIndenter.cpp1039 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()