Searched refs:AidlAnnotatable (Results 1 – 8 of 8) sorted by relevance
340 AidlAnnotatable::AidlAnnotatable(const AidlLocation& location, const Comments& comments) in AidlAnnotatable() function in AidlAnnotatable343 bool AidlAnnotatable::IsNullable() const { in IsNullable()347 bool AidlAnnotatable::IsUtf8InCpp() const { in IsUtf8InCpp()351 bool AidlAnnotatable::IsSensitiveData() const { in IsSensitiveData()355 bool AidlAnnotatable::IsVintfStability() const { in IsVintfStability()359 bool AidlAnnotatable::IsJavaOnlyImmutable() const { in IsJavaOnlyImmutable()363 bool AidlAnnotatable::IsFixedSize() const { in IsFixedSize()367 const AidlAnnotation* AidlAnnotatable::UnsupportedAppUsage() const { in UnsupportedAppUsage()371 const AidlAnnotation* AidlAnnotatable::RustDerive() const { in RustDerive()375 const AidlAnnotation* AidlAnnotatable::BackingType() const { in BackingType()[all …]
30 void DumpAnnotations(const AidlAnnotatable& a);
71 void Suppress(const AidlAnnotatable& a) { in Suppress()85 void Restore(const AidlAnnotatable&) { in Restore() argument98 using Fun = std::function<void(const AidlAnnotatable&)>; in Check()
306 class AidlAnnotatable : public AidlCommentable {308 AidlAnnotatable(const AidlLocation& location, const Comments& comments);310 AidlAnnotatable(const AidlAnnotatable&) = default;311 AidlAnnotatable(AidlAnnotatable&&) = default;312 virtual ~AidlAnnotatable() = default;354 class AidlTypeSpecifier final : public AidlAnnotatable,413 AidlAnnotatable::TraverseChildren(traverse);891 class AidlDefinedType : public AidlAnnotatable {966 AidlAnnotatable::TraverseChildren(traverse);
73 static vector<string> get_strict_annotations(const AidlAnnotatable& node) { in get_strict_annotations()111 static bool have_compatible_annotations(const AidlAnnotatable& older, in have_compatible_annotations()112 const AidlAnnotatable& newer) { in have_compatible_annotations()
81 void DumpVisitor::DumpAnnotations(const AidlAnnotatable& a) { in DumpAnnotations()
354 void Check(const AidlAnnotatable& annotatable, AidlAnnotation::TargetContext context) { in ValidateAnnotationContext()
953 std::vector<std::string> generate_java_annotations(const AidlAnnotatable& a) { in generate_java_annotations()