Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style
185 var source = func() []byte {
231 s.Init(fset.AddFile("", fset.Base(), len(source)), source, eh, ScanComments|dontInsertSemis)
248 epos.Line = newlineCount(string(source))
346 // # indicates a semicolon present in the source
484 srcline string // a line of source text
524 // make source
776 file := fset.AddFile("", fset.Base(), len(source))
780 s.Init(file, source, nil, ScanComments)