Searched refs:typesInScope (Results 1 – 1 of 1) sorted by relevance
210 Set<TypeMirror> typesInScope = new TypeMirrorSet(); in findImports() local211 typesInScope.addAll(referenced); in findImports()212 typesInScope.addAll(defined); in findImports()213 Set<String> ambiguous = ambiguousNames(typeUtils, typesInScope); in findImports()