ΒΆprec::Level getBinOpPrecedence(
    tok::TokenKind Kind,
    bool GreaterThanIsOperator,
    bool CPlusPlus11)

Description

Return the precedence of the specified binary operator token.

Declared at: clang/include/clang/Basic/OperatorPrecedence.h:47

Parameters

tok::TokenKind Kind
bool GreaterThanIsOperator
bool CPlusPlus11