|
clang
3.8.0
|
Defines and computes precedence levels for binary/ternary operators. More...
#include "clang/Basic/OperatorPrecedence.h"Go to the source code of this file.
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
Functions | |
| prec::Level | clang::getBinOpPrecedence (tok::TokenKind Kind, bool GreaterThanIsOperator, bool CPlusPlus11) |
| Return the precedence of the specified binary operator token. More... | |
Defines and computes precedence levels for binary/ternary operators.
Definition in file OperatorPrecedence.cpp.
1.8.6