Home
last modified time | relevance | path

Searched refs:appendAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/binder/
DDisambiguateTypeAnnotations.java203 return Type.PrimTy.create(primTy.primkind(), appendAnnotations(primTy.annos(), extra)); in addAnnotationsToType()
208 SimpleClassTy.create(base.sym(), base.targs(), appendAnnotations(base.annos(), extra)); in addAnnotationsToType()
219 return Type.TyVar.create(tyVar.sym(), appendAnnotations(tyVar.annos(), extra)); in addAnnotationsToType()
229 private static ImmutableList<AnnoInfo> appendAnnotations( in appendAnnotations() method in DisambiguateTypeAnnotations
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt286 node.appendAnnotations(kotlinType) in DocumentationNode()
295 fun DocumentationNode.appendAnnotations(annotated: Annotated) { in ClassifierDescriptor() method in DocumentationBuilder
631 node.appendAnnotations(this) in TypeAliasDescriptor()
668 node.appendAnnotations(this) in ClassDescriptor()
752 node.appendAnnotations(this) in build()
789 node.appendAnnotations(this) in PropertyDescriptor()
858 node.appendAnnotations(this) in build()