clang  3.7.0
Macros
ParseTentative.cpp File Reference
#include "clang/Parse/Parser.h"
#include "clang/Parse/ParseDiagnostic.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Basic/OperatorKinds.def"
#include "clang/Basic/TokenKinds.def"
Include dependency graph for ParseTentative.cpp:

Go to the source code of this file.

Macros

#define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly)   case tok::Token:
 
#define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly)
 
#define TYPE_TRAIT(N, Spelling, K)   case tok::kw_##Spelling:
 

Macro Definition Documentation

#define OVERLOADED_OPERATOR (   Name,
  Spelling,
  Token,
  Unary,
  Binary,
  MemOnly 
)    case tok::Token:
#define OVERLOADED_OPERATOR_MULTI (   Name,
  Spelling,
  Unary,
  Binary,
  MemOnly 
)
#define TYPE_TRAIT (   N,
  Spelling,
 
)    case tok::kw_##Spelling: