clang API Documentation
#include <Transforms.h>
Public Types | |
enum | AttrKind { Weak, Strong } |
Public Attributes | |
enum clang::arcmt::trans::MigrationContext::GCAttrOccurrence::AttrKind | Kind |
SourceLocation | Loc |
QualType | ModifiedType |
Decl * | Dcl |
bool | FullyMigratable |
true if the attribute is owned, e.g. it is in a body and not just in an interface. |
Definition at line 87 of file Transforms.h.
Definition at line 88 of file Transforms.h.
Definition at line 91 of file Transforms.h.
Referenced by clang::arcmt::trans::MigrationContext::dumpGCAttrs(), and errorForGCAttrsOnNonObjC().
true if the attribute is owned, e.g. it is in a body and not just in an interface.
Definition at line 94 of file Transforms.h.
Referenced by clang::arcmt::trans::MigrationContext::dumpGCAttrs(), and errorForGCAttrsOnNonObjC().
enum clang::arcmt::trans::MigrationContext::GCAttrOccurrence::AttrKind clang::arcmt::trans::MigrationContext::GCAttrOccurrence::Kind |
Referenced by checkWeakGCAttrs(), and clang::arcmt::trans::MigrationContext::dumpGCAttrs().
Definition at line 89 of file Transforms.h.
Referenced by checkWeakGCAttrs(), clang::arcmt::trans::MigrationContext::dumpGCAttrs(), and errorForGCAttrsOnNonObjC().
Definition at line 90 of file Transforms.h.
Referenced by checkWeakGCAttrs(), clang::arcmt::trans::MigrationContext::dumpGCAttrs(), and errorForGCAttrsOnNonObjC().