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

  /external/clang/lib/Format/
FormatToken.h 347 bool isBinaryOperator() const {
TokenAnnotator.cpp 763 } else if (Current.isBinaryOperator() &&
856 (Tok.Next && Tok.Next->isBinaryOperator())))
    [all...]
UnwrappedLineParser.cpp 358 (NextTok->isBinaryOperator() && !NextIsObjCMethod);
    [all...]
Format.cpp     [all...]

Completed in 60 milliseconds