clang API Documentation

Functions
ParseExpr.cpp File Reference
#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"
Include dependency graph for ParseExpr.cpp:

Go to the source code of this file.

Functions

static prec::Level getBinOpPrecedence (tok::TokenKind Kind, bool GreaterThanIsOperator, bool CPlusPlus0x)

Function Documentation

static prec::Level getBinOpPrecedence ( tok::TokenKind  Kind,
bool  GreaterThanIsOperator,
bool  CPlusPlus0x 
) [static]