struct MigrationContext::GCAttrOccurrence
Declaration
struct MigrationContext::GCAttrOccurrence { /* full declaration omitted */ };
Declared at: clang/lib/ARCMigrate/Transforms.h:86
Member Variables
- public enum AttrKind Kind
- public clang::SourceLocation Loc
- public clang::QualType ModifiedType
- public clang::Decl* Dcl
- public bool FullyMigratable
- true if the attribute is owned, e.g. it is in a body and not just in an interface.