Home | History | Annotate | Download | only in AST

Lines Matching refs:AttributedType

52     if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
75 if (auto nullability = AttributedType::stripOuterNullability(SugarRT)) {
77 AttributedType::getNullabilityAttrKind(*nullability), RT, RT);
87 AttributedType::stripOuterNullability(SugarPT)) {
89 AttributedType::getNullabilityAttrKind(*nullability), PT, PT);