clang API Documentation
#include "clang/Parse/Parser.h"#include "clang/Sema/DeclSpec.h"#include "clang/Sema/Scope.h"#include "clang/Sema/ParsedTemplate.h"#include "clang/Sema/TypoCorrection.h"#include "clang/Basic/PrettyStackTrace.h"#include "RAIIObjectsForParser.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/SmallString.h"
Go to the source code of this file.
Functions | |
| static prec::Level | getBinOpPrecedence (tok::TokenKind Kind, bool GreaterThanIsOperator, bool CPlusPlus0x) |
| static prec::Level getBinOpPrecedence | ( | tok::TokenKind | Kind, |
| bool | GreaterThanIsOperator, | ||
| bool | CPlusPlus0x | ||
| ) | [static] |
getBinOpPrecedence - Return the precedence of the specified binary operator token.
Definition at line 35 of file ParseExpr.cpp.
References clang::prec::Additive, clang::prec::And, clang::prec::Assignment, clang::prec::Comma, clang::prec::Conditional, clang::prec::Equality, clang::prec::ExclusiveOr, clang::prec::InclusiveOr, clang::prec::LogicalAnd, clang::prec::LogicalOr, clang::prec::Multiplicative, clang::prec::PointerToMember, clang::prec::Relational, clang::prec::Shift, and clang::prec::Unknown.