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