Searched refs:annot (Results 1 – 3 of 3) sorted by relevance
442 auto annot = GetAnnotation(annotations_, AidlAnnotation::Type::NULLABLE); in IsHeapNullable() local443 if (annot) { in IsHeapNullable()444 return annot->ParamValue<bool>("heap").value_or(false); in IsHeapNullable()492 auto annot = GetAnnotation(annotations_, AidlAnnotation::Type::SUPPRESS_WARNINGS); in SuppressWarnings() local493 if (annot) { in SuppressWarnings()494 auto names = annot->ParamValue<std::vector<std::string>>("value"); in SuppressWarnings()503 auto annot = GetAnnotation(annotations_, AidlAnnotation::Type::PERMISSION_ENFORCE); in EnforceExpression() local504 if (annot) { in EnforceExpression()505 auto perm_expr = annot->EnforceExpression(); in EnforceExpression()1602 if (auto annot = BackingType(); annot != nullptr) { in Autofill() local[all …]
313 for (const auto& annot : annotatable.GetAnnotations()) { in ValidateAnnotationContext() local314 if (!annot->CheckContext(context)) { in ValidateAnnotationContext()
380 for (const auto& annot : GetAnnotations()) {381 traverse(*annot);