Searched defs:AttrType (Results 1 – 7 of 7) sorted by relevance
19 enum AttrType : unsigned { enum
27 enum AttrType : unsigned { File = 1, Section = 2, Symbol = 3 }; enum
27 enum AttrType : unsigned { enum
28 enum AttrType : unsigned { enum
22 enum AttrType { enum
34 enum AttrType : unsigned { enum
105 const auto *AttrType = Type->getAs<AttributedType>(); in getNullabilityAnnotation() local