Searched defs:importDecl (Results 1 – 2 of 2) sorted by relevance
370 importDecl struct{ spec *ast.ImportSpec } struct383 func (d importDecl) node() ast.Node { return d.spec }
541 func (p *parser) importDecl(group *Group) Decl { func