|
clang
5.0.0
|
Defines an enumeration for C++ overloaded operators. More...
#include "clang/Basic/OperatorKinds.def"Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
Macros | |
| #define | OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) OO_##Name, |
Enumerations | |
| enum | clang::OverloadedOperatorKind : int { clang::OO_None, clang::NUM_OVERLOADED_OPERATORS } |
| 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. More... | |
Defines an enumeration for C++ overloaded operators.
Definition in file OperatorKinds.h.
Definition at line 24 of file OperatorKinds.h.
1.8.6