Searched refs:attributedLoc (Results 1 – 1 of 1) sorted by relevance
361 if (auto attributedLoc = getAs<AttributedTypeLoc>()) { in findNullabilityLoc() local362 if (attributedLoc.getAttrKind() == AttributedType::attr_nullable || in findNullabilityLoc()363 attributedLoc.getAttrKind() == AttributedType::attr_nonnull || in findNullabilityLoc()364 attributedLoc.getAttrKind() == AttributedType::attr_null_unspecified) in findNullabilityLoc()365 return attributedLoc.getAttrNameLoc(); in findNullabilityLoc()