25 if (GreaterThanIsOperator)
29 case tok::greatergreater:
45 case tok::percentequal:
48 case tok::lesslessequal:
49 case tok::greatergreaterequal:
60 case tok::exclaimequal:
enum clang::sema::@1653::IndirectLocalPathEntry::EntryKind Kind
Defines and computes precedence levels for binary/ternary operators.
TokenKind
Provides a simple uniform namespace for tokens from all C languages.
The JSON file list parser is used to communicate input to InstallAPI.
prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator, bool CPlusPlus11)
Return the precedence of the specified binary operator token.