clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/ARCMigrate/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. | |
Definition at line 86 of file Transforms.h.
Enumerator | |
---|---|
Weak | |
Strong |
Definition at line 87 of file Transforms.h.
Decl* clang::arcmt::trans::MigrationContext::GCAttrOccurrence::Dcl |
Definition at line 90 of file Transforms.h.
bool clang::arcmt::trans::MigrationContext::GCAttrOccurrence::FullyMigratable |
true if the attribute is owned, e.g.
it is in a body and not just in an interface.
Definition at line 93 of file Transforms.h.
enum clang::arcmt::trans::MigrationContext::GCAttrOccurrence::AttrKind clang::arcmt::trans::MigrationContext::GCAttrOccurrence::Kind |
SourceLocation clang::arcmt::trans::MigrationContext::GCAttrOccurrence::Loc |
Definition at line 88 of file Transforms.h.
QualType clang::arcmt::trans::MigrationContext::GCAttrOccurrence::ModifiedType |
Definition at line 89 of file Transforms.h.