Searched refs:annotation (Results 1 – 6 of 6) sorted by relevance
510 for (const auto &annotation : annotations()) { in findExportAnnotation() local511 if (annotation->name() == "export") { in findExportAnnotation()512 return annotation; in findExportAnnotation()527 const Annotation *annotation = findExportAnnotation(); in emitExportedHeader() local528 CHECK(annotation != nullptr); in emitExportedHeader()532 const AnnotationParam *nameParam = annotation->getParam("name"); in emitExportedHeader()538 const AnnotationParam *exportParentParam = annotation->getParam("export_parent"); in emitExportedHeader()544 const AnnotationParam *prefixParam = annotation->getParam("value_prefix"); in emitExportedHeader()550 const AnnotationParam *suffixParam = annotation->getParam("value_suffix"); in emitExportedHeader()
833 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration() local836 std::string name = annotation->name(); in emitVtsMethodDeclaration()843 annotation->getParam("next"); in emitVtsMethodDeclaration()
253 %type<annotation> annotation278 android::Annotation *annotation;304 | opt_annotations annotation311 annotation
24 AidlType::Annotation annotation;53 %type<annotation> annotation294 | annotation_list annotation297 annotation
59 void Annotate(AidlAnnotatable::Annotation annotation) { in Annotate() argument61 static_cast<AidlAnnotatable::Annotation>(annotations_ | annotation); in Annotate()
243 with the @nullable annotation.