clang API Documentation

Namespaces | Defines | Enumerations | Functions
OperatorKinds.h File Reference

Defines an enumeration for C++ overloaded operators. More...

#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 }
 Enumeration specifying the different kinds of C++ overloaded operators. More...

Functions

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

Detailed Description

Defines an enumeration for C++ overloaded operators.

Definition in file OperatorKinds.h.


Define Documentation

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

Definition at line 24 of file OperatorKinds.h.