Home
last modified time | relevance | path

Searched defs:parser (Results 1 – 13 of 13) sorted by relevance

/build/kati/
Dparser.go48 type parser struct { struct
49 rd *bufio.Reader
50 mk makefile
51 lineno int
52 elineno int // lineno == elineno unless there is trailing '\'.
53 linenoFixed bool
54 done bool
55 outStmts *[]ast
56 inRecipe bool
57 ifStack []ifState
[all …]
Dparser.cc532 Parser parser(StringPiece(mk->buf()), in Parse() local
540 Parser parser(buf, loc, out_stmts); in Parse() local
546 Parser parser(buf, loc, out_stmts); in ParseNotAfterRule() local
/build/soong/androidmk/parser/
Dparser.go1 package parser package
42 type parser struct { struct
43 scanner scanner.Scanner
44 tok rune
45 errors []error
46 comments []MakeThing
47 things []MakeThing
68 func (p *parser) errorf(format string, args ...interface{}) {
83 func (p *parser) accept(toks ...rune) bool {
95 func (p *parser) next() {
[all …]
Dmake_strings_test.go1 package parser package
Dscope.go1 package parser package
Dmake_strings.go1 package parser package
Dmakething.go1 package parser package
/build/blueprint/parser/
Dparser.go15 package parser package
46 func parse(p *parser) (file *File, errs []error) {
85 type parser struct { struct
86 scanner scanner.Scanner
87 tok rune
88 errors []error
89 scope *Scope
90 comments []Comment
91 eval bool
107 func (p *parser) error(err error) {
[all …]
Dprinter_test.go15 package parser package
Dmodify.go15 package parser package
Dparser_test.go15 package parser package
Dsort.go15 package parser package
Dprinter.go15 package parser package