|
clang
5.0.0
|
#include "clang/AST/OperationKinds.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 | CAST_OPERATION(Name) CK_##Name, |
| #define | BINARY_OPERATION(Name, Spelling) BO_##Name, |
| #define | UNARY_OPERATION(Name, Spelling) UO_##Name, |
Enumerations | |
| enum | clang::CastKind |
| CastKind - The kind of operation required for a conversion. More... | |
| enum | clang::BinaryOperatorKind |
| enum | clang::UnaryOperatorKind |
| enum | clang::ObjCBridgeCastKind { clang::OBC_Bridge, clang::OBC_BridgeTransfer, clang::OBC_BridgeRetained } |
| The kind of bridging performed by the Objective-C bridge cast. More... | |
Variables | |
| static const CastKind | clang::CK_Invalid = static_cast<CastKind>(-1) |
Definition at line 29 of file OperationKinds.h.
Definition at line 22 of file OperationKinds.h.
Definition at line 34 of file OperationKinds.h.
1.8.6