Home
last modified time | relevance | path

Searched refs:AidlAnnotatable (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/tools/aidl/
H A Daidl_language.cpp340 AidlAnnotatable::AidlAnnotatable(const AidlLocation& location, const Comments& comments) in AidlAnnotatable() function in AidlAnnotatable
343 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()
363 bool AidlAnnotatable::IsFixedSize() const { in IsFixedSize()
394 bool AidlAnnotatable::IsHide() const { in IsHide()
434 string AidlAnnotatable::ToString() const { in ToString()
447 : AidlAnnotatable(location, comments), in AidlTypeSpecifier()
505 if (!AidlAnnotatable::CheckValid(typenames)) { in CheckValid()
[all …]
H A Daidl_language.h306 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);
H A Ddiagnostics.cpp71 void Suppress(const AidlAnnotatable& a) { in Suppress()
85 void Restore(const AidlAnnotatable&) { in Restore() argument
98 using Fun = std::function<void(const AidlAnnotatable&)>; in Check()
H A Daidl_dumpapi.h30 void DumpAnnotations(const AidlAnnotatable& a);
H A Daidl_checkapi.cpp73 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()
H A Daidl_dumpapi.cpp81 void DumpVisitor::DumpAnnotations(const AidlAnnotatable& a) { in DumpAnnotations()
H A Daidl.cpp354 void Check(const AidlAnnotatable& annotatable, AidlAnnotation::TargetContext context) { in ValidateAnnotationContext()
H A Dgenerate_java.cpp953 std::vector<std::string> generate_java_annotations(const AidlAnnotatable& a) { in generate_java_annotations()