Searched refs:FindDeprecated (Results 1 – 6 of 6) sorted by relevance
49 std::optional<Deprecated> FindDeprecated(const Comments& comments);
64 const auto deprecated = FindDeprecated(c.GetComments()); in DumpComments()
206 std::optional<Deprecated> FindDeprecated(const Comments& comments) { in FindDeprecated() function
324 if (auto deprecated = FindDeprecated(type.GetComments()); deprecated.has_value()) { in GetDeprecatedAttribute()
319 if (auto deprecated = FindDeprecated(type.GetComments()); deprecated.has_value()) { in GenerateDeprecated()
819 return android::aidl::FindDeprecated(GetComments()).has_value(); in IsDeprecated()