Lines Matching refs:string
15 Doc string
16 Name string
17 ImportPath string
18 Imports []string
19 Filenames []string
20 Notes map[string][]*Note
24 Bugs []string
35 Doc string
36 Names []string // var or const names in declaration order
44 Doc string
45 Name string
57 Doc string
58 Name string
63 Recv string // actual receiver "T" or "*T"
64 Orig string // original receiver "T" or "*T"
74 UID string // uid found with the marker
75 Body string // note body text
94 func New(pkg *ast.Package, importPath string, mode Mode) *Package {