Home
last modified time | relevance | path

Searched refs:Directive (Results 1 – 3 of 3) sorted by relevance

/build/soong/androidmk/parser/
Dast.go63 type Directive struct { struct
70 func (x *Directive) Dump() string { argument
74 func (x *Directive) Pos() Pos { return x.NamePos } argument
75 func (x *Directive) End() Pos { argument
Dparser.go224 p.nodes = append(p.nodes, &Directive{
/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go170 case *mkparser.Directive:
329 func handleModuleConditionals(file *bpFile, directive *mkparser.Directive, conds []*conditional) { argument