Searched defs:pkgFiles (Results 1 – 4 of 4) sorted by relevance
102 func pkgFiles(path string) ([]*syntax.File, error) { func
106 func pkgFiles(fset *token.FileSet, path string) ([]*ast.File, error) { func
36 pkgFiles map[string][]string // Map of package name to source files, provided by constructor member
109 var pkgFiles map[string][]string var