Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/binder/
DDisambiguateTypeAnnotations.java220 return Type.PrimTy.create(primTy.primkind(), appendAnnotations(primTy.annos(), extra)); in addAnnotationsToType()
225 SimpleClassTy.create(base.sym(), base.targs(), appendAnnotations(base.annos(), extra)); in addAnnotationsToType()
236 return Type.TyVar.create(tyVar.sym(), appendAnnotations(tyVar.annos(), extra)); in addAnnotationsToType()
247 private static ImmutableList<AnnoInfo> appendAnnotations( in appendAnnotations() method in DisambiguateTypeAnnotations
/external/auto/value/src/main/java/com/google/auto/value/processor/
DTypeEncoder.java182 appendAnnotations(typeParameter.getAnnotationMirrors(), sb); in appendTypeParameterWithBounds()
201 private static void appendAnnotations( in appendAnnotations() method in TypeEncoder
321 appendAnnotations(annotations, sb); in appendAnnotationsWithExclusions()
328 appendAnnotations(includedAnnotations, sb); in appendAnnotationsWithExclusions()
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt287 node.appendAnnotations(kotlinType) in DocumentationNode()
296 fun DocumentationNode.appendAnnotations(annotated: Annotated) { in ClassifierDescriptor() method in DocumentationBuilder
632 node.appendAnnotations(this) in TypeAliasDescriptor()
669 node.appendAnnotations(this) in ClassDescriptor()
753 node.appendAnnotations(this) in build()
790 node.appendAnnotations(this) in PropertyDescriptor()
859 node.appendAnnotations(this) in build()