Home | History | Annotate | Download | only in Checkers

Lines Matching refs:AttributedType

320   const auto *AttrType = Type->getAs<AttributedType>();
323 if (AttrType->getAttrKind() == AttributedType::attr_nullable)
325 else if (AttrType->getAttrKind() == AttributedType::attr_nonnull)