Searched refs:IsDeprecated (Results 1 – 6 of 6) sorted by relevance
590 bool deprecated = defined_type.IsDeprecated() || in GenerateClassSource()592 [](const auto& m) { return m->IsDeprecated(); }); in GenerateClassSource()1282 if (enum_decl.IsDeprecated()) { in GenerateEnumToString()
989 if (t.IsDeprecated()) { in ForDefinedType()996 if (t.IsDeprecated()) { in ForMember()
806 bool deprecated = interface.IsDeprecated() || in BuildServerSource()808 [](const auto& m) { return m->IsDeprecated(); }); in BuildServerSource()
818 bool AidlCommentable::IsDeprecated() const { in IsDeprecated() function in AidlCommentable
191 bool IsDeprecated() const;
820 EXPECT_FALSE(parsed->IsDeprecated()); in TEST_P()