Searched refs:GetDeprecated (Results 1 – 3 of 3) sorted by relevance
60 if (auto deprecated = attr_ir.GetDeprecated(); deprecated.has_value()) { in AddAvailabilityAttrs()
71 if (auto deprecated = attr.GetDeprecated(); deprecated.has_value()) { in AddAvailabilityAttrs()
174 std::optional<uint32_t> GetDeprecated() const { return deprecated_major_; } in GetDeprecated() function