clang API Documentation

Namespaces | Defines | Enumerations | Functions
OperatorKinds.h File Reference
#include "clang/Basic/OperatorKinds.def"
Include dependency graph for OperatorKinds.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  clang

Defines

#define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly)   OO_##Name,

Enumerations

enum  clang::OverloadedOperatorKind { clang::OO_None }

Functions

const char * clang::getOperatorSpelling (OverloadedOperatorKind Operator)
 Retrieve the spelling of the given overloaded operator, without the preceding "operator" keyword.

Define Documentation

#define OVERLOADED_OPERATOR (   Name,
  Spelling,
  Token,
  Unary,
  Binary,
  MemberOnly 
)    OO_##Name,

Definition at line 23 of file OperatorKinds.h.