HomeSort by relevance Sort by last modified time
    Searched refs:isBinaryOperator (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Format/
FormatToken.h 345 bool isBinaryOperator() const {
TokenAnnotator.cpp 861 } else if (Current.isBinaryOperator() &&
    [all...]
ContinuationIndenter.cpp 597 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() &&
    [all...]
Format.cpp 757 I[1]->isBinaryOperator())) {
    [all...]
UnwrappedLineParser.cpp 359 (NextTok->isBinaryOperator() && !NextIsObjCMethod);
    [all...]

Completed in 334 milliseconds