Home | History | Annotate | Download | only in fix

Lines Matching full:spec

71 	case *ast.Spec:
99 case *[]ast.Spec:
277 case []ast.Spec:
290 // importSpec returns the import spec if f imports path,
316 for _, spec := range gen.Specs {
317 impspec := spec.(*ast.ImportSpec)
597 for j, spec := range gen.Specs {
598 impspec := spec.(*ast.ImportSpec)
653 for j, spec := range gen.Specs {
654 impspec := spec.(*ast.ImportSpec)
659 // We found an import spec that imports path.
665 // If this was the last import spec in this decl,
711 spec := importSpec(f, path)
712 if spec == nil {
716 name := spec.Name.String()