Home
last modified time | relevance | path

Searched defs:FileSyntax (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Dread.go76 type FileSyntax struct { struct
77 Name string // file path
78 Comments
79 Stmt []Expr
82 func (x *FileSyntax) Span() (start, end Position) {
104 func (x *FileSyntax) addLine(hint Expr, tokens ...string) *Line {
190 func (x *FileSyntax) updateLine(line *Line, tokens ...string) {
209 func (x *FileSyntax) Cleanup() {
Dprint.go16 func Format(f *FileSyntax) []byte {
Drule.go1482 func addReplace(syntax *FileSyntax, replace *[]*Replace, oldPath, oldVers, newPath, newVers string)…
1611 func removeDups(syntax *FileSyntax, exclude *[]*Exclude, replace *[]*Replace) {