clang: lib/Basic/OperatorPrecedence.cpp File Reference (original) (raw)
Defines and computes precedence levels for binary/ternary operators. More...
#include "[clang/Basic/OperatorPrecedence.h](OperatorPrecedence%5F8h%5Fsource.html)"
Go to the source code of this file.
| Namespaces | |
|---|---|
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. |
| Functions | |
|---|---|
| prec::Level | clang::getBinOpPrecedence (tok::TokenKind Kind, bool GreaterThanIsOperator, bool CPlusPlus11) |
| Return the precedence of the specified binary operator token. |
Detailed Description
Defines and computes precedence levels for binary/ternary operators.
Definition in file OperatorPrecedence.cpp.