Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h345 bool isBinaryOperator() const { in isBinaryOperator() function
DTokenAnnotator.cpp861 } else if (Current.isBinaryOperator() && in determineTokenType()
2105 if (Left.isBinaryOperator() && !Left.isOneOf(tok::arrowstar, tok::lessless) && in canBreakBefore()
DContinuationIndenter.cpp597 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()
DUnwrappedLineParser.cpp359 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
DFormat.cpp757 I[1]->isBinaryOperator())) { in tryMergeJSRegexLiteral()