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

  /external/clang/lib/Format/
FormatToken.h 264 bool isBinaryOperator() const {
TokenAnnotator.cpp 633 } else if (Current.isBinaryOperator()) {
658 (Current.Next && Current.Next->isBinaryOperator())))
    [all...]

Completed in 44 milliseconds