Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dgenerate_ndk.cpp590 bool deprecated = defined_type.IsDeprecated() || in GenerateClassSource()
592 [](const auto& m) { return m->IsDeprecated(); }); in GenerateClassSource()
1282 if (enum_decl.IsDeprecated()) { in GenerateEnumToString()
H A Dgenerate_java.cpp989 if (t.IsDeprecated()) { in ForDefinedType()
996 if (t.IsDeprecated()) { in ForMember()
H A Dgenerate_cpp.cpp806 bool deprecated = interface.IsDeprecated() || in BuildServerSource()
808 [](const auto& m) { return m->IsDeprecated(); }); in BuildServerSource()
H A Daidl_language.cpp818 bool AidlCommentable::IsDeprecated() const { in IsDeprecated() function in AidlCommentable
H A Daidl_language.h191 bool IsDeprecated() const;
H A Daidl_unittest.cpp820 EXPECT_FALSE(parsed->IsDeprecated()); in TEST_P()