- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NamePos (0.25 seconds)
-
src/cmd/cgo/ast.go
ast1 := parse(abspath, src, parser.SkipObjectResolution|parser.ParseComments) ast2 := parse(abspath, src, parser.SkipObjectResolution) f.Package = ast1.Name.Name f.Name = make(map[string]*Name) f.NamePos = make(map[*Name]token.Pos) // In ast1, find the import "C" line and get any extra C preamble. sawC := false for _, decl := range ast1.Decls { switch decl := decl.(type) { case *ast.GenDecl:
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:59 GMT 2026 - 14.4K bytes - Click Count (0) -
api/go1.txt
pkg go/ast, type GoStmt struct, Call *CallExpr pkg go/ast, type GoStmt struct, Go token.Pos pkg go/ast, type Ident struct pkg go/ast, type Ident struct, Name string pkg go/ast, type Ident struct, NamePos token.Pos pkg go/ast, type Ident struct, Obj *Object pkg go/ast, type IfStmt struct pkg go/ast, type IfStmt struct, Body *BlockStmt pkg go/ast, type IfStmt struct, Cond Expr pkg go/ast, type IfStmt struct, Else Stmt
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)