Searched defs:ParseFile (Results 1 – 4 of 4) sorted by relevance
/prebuilts/go/linux-x86/src/internal/trace/testtrace/ |
D | format.go | 16 func ParseFile(testPath string) (io.Reader, *Expectation, error) { func
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | syntax.go | 84 func ParseFile(filename string, errh ErrorHandler, pragh PragmaHandler, mode Mode) (*File, error) { func
|
/prebuilts/go/linux-x86/src/internal/txtar/ |
D | archive.go | 68 func ParseFile(file string) (*Archive, error) { func
|
/prebuilts/go/linux-x86/src/go/parser/ |
D | interface.go | 84 func ParseFile(fset *token.FileSet, filename string, src any, mode Mode) (f *ast.File, err error) { func
|