Home | History | Annotate | Download | only in cgo

Lines Matching refs:decl

171 		// Add `import _cgo_unsafe "unsafe"` as the first decl
185 f.AST.Decls = append([]ast.Decl{imp}, f.AST.Decls...)
830 for _, d := range p.Decl {