clang API Documentation
Defines an enumeration for C++ overloaded operators. More...
#include "clang/Basic/OperatorKinds.def"

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. | |
Defines an enumeration for C++ overloaded operators.
Definition in file OperatorKinds.h.
| #define OVERLOADED_OPERATOR | ( | Name, | |
| Spelling, | |||
| Token, | |||
| Unary, | |||
| Binary, | |||
| MemberOnly | |||
| ) | OO_##Name, |
Definition at line 24 of file OperatorKinds.h.