Home
last modified time | relevance | path

Searched refs:FindDeprecated (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Dcomments.h49 std::optional<Deprecated> FindDeprecated(const Comments& comments);
Daidl_dumpapi.cpp64 const auto deprecated = FindDeprecated(c.GetComments()); in DumpComments()
Dcomments.cpp206 std::optional<Deprecated> FindDeprecated(const Comments& comments) { in FindDeprecated() function
Daidl_to_cpp_common.cpp324 if (auto deprecated = FindDeprecated(type.GetComments()); deprecated.has_value()) { in GetDeprecatedAttribute()
Dgenerate_rust.cpp319 if (auto deprecated = FindDeprecated(type.GetComments()); deprecated.has_value()) { in GenerateDeprecated()
Daidl_language.cpp819 return android::aidl::FindDeprecated(GetComments()).has_value(); in IsDeprecated()