Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java285 addTypesInAnnotations(types, n.visibleAnnotations); in removeUnusedInnerClassAttributes()
286 addTypesInAnnotations(types, n.invisibleAnnotations); in removeUnusedInnerClassAttributes()
295 addTypesInAnnotations(types, m.visibleAnnotations); in removeUnusedInnerClassAttributes()
296 addTypesInAnnotations(types, m.invisibleAnnotations); in removeUnusedInnerClassAttributes()
309 addTypesInAnnotations(types, f.visibleAnnotations); in removeUnusedInnerClassAttributes()
310 addTypesInAnnotations(types, f.invisibleAnnotations); in removeUnusedInnerClassAttributes()
335 addTypesInAnnotations(types, annos); in addTypesFromParameterAnnotations()
346 private static void addTypesInAnnotations(Set<String> types, List<AnnotationNode> annos) { in addTypesInAnnotations() method in IntegrationTestSupport