Home
last modified time | relevance | path

Searched defs:annot (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_language.cpp438 auto annot = GetAnnotation(annotations_, AidlAnnotation::Type::NULLABLE); in IsHeapNullable() local
480 auto annot = GetAnnotation(annotations_, AidlAnnotation::Type::SUPPRESS_WARNINGS); in SuppressWarnings() local
491 auto annot = GetAnnotation(annotations_, AidlAnnotation::Type::PERMISSION_ENFORCE); in EnforceExpression() local
1553 if (auto annot = BackingType(); annot != nullptr) { in Autofill() local
Daidl.cpp312 for (const auto& annot : annotatable.GetAnnotations()) { in ValidateAnnotationContext() local